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-y-axe.html | 207 +++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-y-axe.html (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-y-axe.html') diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-y-axe.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-y-axe.html new file mode 100644 index 00000000..6ebb54f0 --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-y-axe.html @@ -0,0 +1,207 @@ + + + +Chart.ChartYAxe - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartYAxe
+
+

ChartYAxe

+interface ChartYAxe : CommonAxe +

Inherited Properties

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

afterBuildTicks

+
+open val afterBuildTicks: (scale: Any?) -> Unit
+

afterCalculateTickRotation

+
+open val afterCalculateTickRotation: (scale: Any?) -> Unit
+

afterDataLimits

+
+open val afterDataLimits: (scale: Any?) -> Unit
+

afterFit

+
+open val afterFit: (scale: Any?) -> Unit
+

afterSetDimension

+
+open val afterSetDimension: (scale: Any?) -> Unit
+

afterTickToLabelConversion

+
+open val afterTickToLabelConversion: (scale: Any?) -> Unit
+

afterUpdate

+
+open val afterUpdate: (scale: Any?) -> Unit
+

barThickness

+
+open var barThickness: dynamic
+

beforeBuildTicks

+
+open val beforeBuildTicks: (scale: Any?) -> Unit
+

beforeCalculateTickRotation

+
+open val beforeCalculateTickRotation: (scale: Any?) -> Unit
+

beforeDataLimits

+
+open val beforeDataLimits: (scale: Any?) -> Unit
+

beforeFit

+
+open val beforeFit: (scale: Any?) -> Unit
+

beforeSetDimension

+
+open val beforeSetDimension: (scale: Any?) -> Unit
+

beforeTickToLabelConversion

+
+open val beforeTickToLabelConversion: (scale: Any?) -> Unit
+

beforeUpdate

+
+open val beforeUpdate: (scale: Any?) -> Unit
+

bounds

+
+open var bounds: String?
+

display

+
+open var display: Boolean?
+

gridLines

+
+open var gridLines: GridLineOptions?
+

id

+
+open var id: String?
+

maxBarThickness

+
+open var maxBarThickness: Number?
+

offset

+
+open var offset: Boolean?
+

position

+
+open var position: String?
+

scaleLabel

+
+open var scaleLabel: ScaleTitleOptions?
+

stacked

+
+open var stacked: Boolean?
+

ticks

+
+open var ticks: TickOptions?
+

time

+
+open var time: TimeScale?
+

type

+
+open var type: dynamic
+ + -- cgit