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

CommonAxe

+interface CommonAxe +

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
+

Inheritors

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

ChartXAxe

+
+interface ChartXAxe : CommonAxe
+

ChartYAxe

+
+interface ChartYAxe : CommonAxe
+ + -- cgit