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 --- .../-elements-options/index.html | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart/-elements-options/index.html (limited to 'api/pl.treksoft.kvision.chart/-elements-options/index.html') diff --git a/api/pl.treksoft.kvision.chart/-elements-options/index.html b/api/pl.treksoft.kvision.chart/-elements-options/index.html new file mode 100644 index 00000000..3c61ad83 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-elements-options/index.html @@ -0,0 +1,84 @@ + + + +ElementsOptions - kvision + + + +kvision / pl.treksoft.kvision.chart / ElementsOptions
+
+

ElementsOptions

+data class ElementsOptions +

Chart elements options.

+

Constructors

+ + + + + + + +
+

<init>

+
+ElementsOptions(point: PointOptions? = null, line: LineOptions? = null, arc: ArcOptions? = null, rectangle: RectangleOptions? = null) +

Chart elements options.

+
+

Properties

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

arc

+
+val arc: ArcOptions?
+

line

+
+val line: LineOptions?
+

point

+
+val point: PointOptions?
+

rectangle

+
+val rectangle: RectangleOptions?
+

Extension Functions

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

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+

toJs

+
+fun ElementsOptions.toJs(): dynamic +

An extension function to convert configuration class to JS object.

+
+ + -- cgit