diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-03-10 14:42:30 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-03-10 14:42:30 +0100 |
commit | e992f3f13ec46cad15cc7d6982e64ffc7223eb9a (patch) | |
tree | cd956af0c307aa8800d2919737908755650448ee /api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/index.html | |
parent | 313507ebebb2155a0cb0c75ca9266e0a6a800ed0 (diff) | |
download | kvision-e992f3f13ec46cad15cc7d6982e64ffc7223eb9a.tar.gz kvision-e992f3f13ec46cad15cc7d6982e64ffc7223eb9a.tar.bz2 kvision-e992f3f13ec46cad15cc7d6982e64ffc7223eb9a.zip |
API documentation for KVision 0.0.29
Diffstat (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/index.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/index.html new file mode 100644 index 00000000..8daf51f9 --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/index.html @@ -0,0 +1,81 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.ChartLegendLabelOptions - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.chart.js</a> / <a href="../index.html">Chart</a> / <a href="./index.html">ChartLegendLabelOptions</a><br/> +<br/> +<h1>ChartLegendLabelOptions</h1> +<code><span class="keyword">interface </span><span class="identifier">ChartLegendLabelOptions</span></code> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="box-width.html">boxWidth</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">boxWidth</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="filter.html">filter</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">filter</span><span class="symbol">: </span><span class="symbol">(</span><span class="identifier">legendItem</span><span class="symbol">:</span> <a href="../-chart-legend-label-item/index.html"><span class="identifier">ChartLegendLabelItem</span></a><span class="symbol">,</span> <span class="identifier">data</span><span class="symbol">:</span> <a href="../-chart-data/index.html"><span class="identifier">ChartData</span></a><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="font-color.html">fontColor</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fontColor</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td> +</tr> +<tr> +<td> +<p><a href="font-family.html">fontFamily</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fontFamily</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="font-size.html">fontSize</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fontSize</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="font-style.html">fontStyle</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fontStyle</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="generate-labels.html">generateLabels</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">generateLabels</span><span class="symbol">: </span><span class="symbol">(</span><span class="identifier">chart</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="padding.html">padding</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">padding</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="use-point-style.html">usePointStyle</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">usePointStyle</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |