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

PointOptions

+data class PointOptions +

Chart point options.

+

Constructors

+ + + + + + + +
+

<init>

+
+PointOptions(radius: Int = 3, pointStyle: PointStyle = PointStyle.CIRCLE, backgroundColor: Color? = null, borderWidth: Int = 1, borderColor: Color? = null, hitRadius: Int = 1, hoverRadius: Int = 4, hoverBorderWidth: Int = 1) +

Chart point options.

+
+

Properties

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

backgroundColor

+
+val backgroundColor: Color?
+

borderColor

+
+val borderColor: Color?
+

borderWidth

+
+val borderWidth: Int
+

hitRadius

+
+val hitRadius: Int
+

hoverBorderWidth

+
+val hoverBorderWidth: Int
+

hoverRadius

+
+val hoverRadius: Int
+

pointStyle

+
+val pointStyle: PointStyle
+

radius

+
+val radius: Int
+

Extension Functions

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

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+

toJs

+
+fun PointOptions.toJs(): dynamic +

An extension function to convert configuration class to JS object.

+
+ + -- cgit