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/-linear-scale/index.html | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/index.html (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/index.html') diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/index.html new file mode 100644 index 00000000..ce632ede --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/index.html @@ -0,0 +1,91 @@ + + + +Chart.LinearScale - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / LinearScale
+
+

LinearScale

+interface LinearScale : ChartScales +

Properties

+ + + + + + + +
+

ticks

+
+open var ticks: TickOptions?
+

Inherited Properties

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

display

+
+open var display: Boolean?
+

gridLines

+
+open var gridLines: GridLineOptions?
+

position

+
+open var position: dynamic
+

scaleLabel

+
+open var scaleLabel: ScaleTitleOptions?
+

type

+
+open var type: dynamic
+

xAxes

+
+open var xAxes: Array<ChartXAxe>?
+

yAxes

+
+open var yAxes: Array<ChartYAxe>?
+

Inheritors

+ + + + + + + +
+

RadialLinearScale

+
+interface RadialLinearScale : LinearScale
+ + -- cgit