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 --- .../-scales-type/-c-a-t-e-g-o-r-y.html | 14 +++++ .../-scales-type/-l-i-n-e-a-r.html | 14 +++++ .../-scales-type/-l-o-g-a-r-i-t-h-m-i-c.html | 14 +++++ .../-scales-type/-r-a-d-i-a-l-l-i-n-e-a-r.html | 14 +++++ .../-scales-type/-t-i-m-e.html | 14 +++++ .../-scales-type/index.html | 68 ++++++++++++++++++++++ 6 files changed, 138 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart/-scales-type/-c-a-t-e-g-o-r-y.html create mode 100644 api/pl.treksoft.kvision.chart/-scales-type/-l-i-n-e-a-r.html create mode 100644 api/pl.treksoft.kvision.chart/-scales-type/-l-o-g-a-r-i-t-h-m-i-c.html create mode 100644 api/pl.treksoft.kvision.chart/-scales-type/-r-a-d-i-a-l-l-i-n-e-a-r.html create mode 100644 api/pl.treksoft.kvision.chart/-scales-type/-t-i-m-e.html create mode 100644 api/pl.treksoft.kvision.chart/-scales-type/index.html (limited to 'api/pl.treksoft.kvision.chart/-scales-type') diff --git a/api/pl.treksoft.kvision.chart/-scales-type/-c-a-t-e-g-o-r-y.html b/api/pl.treksoft.kvision.chart/-scales-type/-c-a-t-e-g-o-r-y.html new file mode 100644 index 00000000..52d74d4f --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-scales-type/-c-a-t-e-g-o-r-y.html @@ -0,0 +1,14 @@ + + + +ScalesType.CATEGORY - kvision + + + +kvision / pl.treksoft.kvision.chart / ScalesType / CATEGORY
+
+

CATEGORY

+ +CATEGORY + + diff --git a/api/pl.treksoft.kvision.chart/-scales-type/-l-i-n-e-a-r.html b/api/pl.treksoft.kvision.chart/-scales-type/-l-i-n-e-a-r.html new file mode 100644 index 00000000..ca12b473 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-scales-type/-l-i-n-e-a-r.html @@ -0,0 +1,14 @@ + + + +ScalesType.LINEAR - kvision + + + +kvision / pl.treksoft.kvision.chart / ScalesType / LINEAR
+
+

LINEAR

+ +LINEAR + + diff --git a/api/pl.treksoft.kvision.chart/-scales-type/-l-o-g-a-r-i-t-h-m-i-c.html b/api/pl.treksoft.kvision.chart/-scales-type/-l-o-g-a-r-i-t-h-m-i-c.html new file mode 100644 index 00000000..d6aab816 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-scales-type/-l-o-g-a-r-i-t-h-m-i-c.html @@ -0,0 +1,14 @@ + + + +ScalesType.LOGARITHMIC - kvision + + + +kvision / pl.treksoft.kvision.chart / ScalesType / LOGARITHMIC
+
+

LOGARITHMIC

+ +LOGARITHMIC + + diff --git a/api/pl.treksoft.kvision.chart/-scales-type/-r-a-d-i-a-l-l-i-n-e-a-r.html b/api/pl.treksoft.kvision.chart/-scales-type/-r-a-d-i-a-l-l-i-n-e-a-r.html new file mode 100644 index 00000000..1c3f5c27 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-scales-type/-r-a-d-i-a-l-l-i-n-e-a-r.html @@ -0,0 +1,14 @@ + + + +ScalesType.RADIALLINEAR - kvision + + + +kvision / pl.treksoft.kvision.chart / ScalesType / RADIALLINEAR
+
+

RADIALLINEAR

+ +RADIALLINEAR + + diff --git a/api/pl.treksoft.kvision.chart/-scales-type/-t-i-m-e.html b/api/pl.treksoft.kvision.chart/-scales-type/-t-i-m-e.html new file mode 100644 index 00000000..bded8629 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-scales-type/-t-i-m-e.html @@ -0,0 +1,14 @@ + + + +ScalesType.TIME - kvision + + + +kvision / pl.treksoft.kvision.chart / ScalesType / TIME
+
+

TIME

+ +TIME + + diff --git a/api/pl.treksoft.kvision.chart/-scales-type/index.html b/api/pl.treksoft.kvision.chart/-scales-type/index.html new file mode 100644 index 00000000..f7111d1a --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-scales-type/index.html @@ -0,0 +1,68 @@ + + + +ScalesType - kvision + + + +kvision / pl.treksoft.kvision.chart / ScalesType
+
+

ScalesType

+enum class ScalesType +

Chart scales.

+

Enum Values

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

CATEGORY

+
+
+

LINEAR

+
+
+

LOGARITHMIC

+
+
+

TIME

+
+
+

RADIALLINEAR

+
+
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit