aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item')
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item/dataset-index.html14
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item/index.html100
2 files changed, 114 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item/dataset-index.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item/dataset-index.html
new file mode 100644
index 00000000..f636074e
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item/dataset-index.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.ChartLegendLabelItem.datasetIndex - kvision</title>
+<link rel="stylesheet" href="../../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../../index.html">pl.treksoft.kvision.chart.js</a>&nbsp;/&nbsp;<a href="../index.html">Chart</a>&nbsp;/&nbsp;<a href="index.html">ChartLegendLabelItem</a>&nbsp;/&nbsp;<a href="./dataset-index.html">datasetIndex</a><br/>
+<br/>
+<h1>datasetIndex</h1>
+<a name="pl.treksoft.kvision.chart.js.Chart.ChartLegendLabelItem$datasetIndex"></a>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">datasetIndex</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item/index.html
new file mode 100644
index 00000000..68dc7f3f
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item/index.html
@@ -0,0 +1,100 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.ChartLegendLabelItem - kvision</title>
+<link rel="stylesheet" href="../../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../../index.html">pl.treksoft.kvision.chart.js</a>&nbsp;/&nbsp;<a href="../index.html">Chart</a>&nbsp;/&nbsp;<a href="./index.html">ChartLegendLabelItem</a><br/>
+<br/>
+<h1>ChartLegendLabelItem</h1>
+<code><span class="keyword">interface </span><span class="identifier">ChartLegendLabelItem</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../-chart-legend-item/index.html"><span class="identifier">ChartLegendItem</span></a></code>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="dataset-index.html">datasetIndex</a></p>
+</td>
+<td>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">datasetIndex</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code></td>
+</tr>
+</tbody>
+</table>
+<h3>Inherited Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="../-chart-legend-item/fill-style.html">fillStyle</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fillStyle</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="../-chart-legend-item/hidden.html">hidden</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">hidden</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>
+<tr>
+<td>
+<p><a href="../-chart-legend-item/line-cap.html">lineCap</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">lineCap</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="../-chart-legend-item/line-dash.html">lineDash</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">lineDash</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">&gt;</span><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="../-chart-legend-item/line-dash-offset.html">lineDashOffset</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">lineDashOffset</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="../-chart-legend-item/line-join.html">lineJoin</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">lineJoin</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="../-chart-legend-item/line-width.html">lineWidth</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">lineWidth</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="../-chart-legend-item/point-style.html">pointStyle</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">pointStyle</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="../-chart-legend-item/stroke-style.html">strokeStyle</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">strokeStyle</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="../-chart-legend-item/text.html">text</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">text</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>
+</tbody>
+</table>
+</BODY>
+</HTML>