From e992f3f13ec46cad15cc7d6982e64ffc7223eb9a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 10 Mar 2019 14:42:30 +0100 Subject: API documentation for KVision 0.0.29 --- .../-chart/-chart-legend-label-item/index.html | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item/index.html (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-item/index.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 @@ + + + +Chart.ChartLegendLabelItem - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartLegendLabelItem
+
+

ChartLegendLabelItem

+interface ChartLegendLabelItem : ChartLegendItem +

Properties

+ + + + + + + +
+

datasetIndex

+
+abstract var datasetIndex: Number
+

Inherited Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

fillStyle

+
+open var fillStyle: String?
+

hidden

+
+open var hidden: Boolean?
+

lineCap

+
+open var lineCap: dynamic
+

lineDash

+
+open var lineDash: Array<Number>?
+

lineDashOffset

+
+open var lineDashOffset: Number?
+

lineJoin

+
+open var lineJoin: dynamic
+

lineWidth

+
+open var lineWidth: Number?
+

pointStyle

+
+open var pointStyle: dynamic
+

strokeStyle

+
+open var strokeStyle: String?
+

text

+
+open var text: String?
+ + -- cgit