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 --- .../-scale-title-options/index.html | 98 ++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart/-scale-title-options/index.html (limited to 'api/pl.treksoft.kvision.chart/-scale-title-options/index.html') diff --git a/api/pl.treksoft.kvision.chart/-scale-title-options/index.html b/api/pl.treksoft.kvision.chart/-scale-title-options/index.html new file mode 100644 index 00000000..904c2a23 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-scale-title-options/index.html @@ -0,0 +1,98 @@ + + + +ScaleTitleOptions - kvision + + + +kvision / pl.treksoft.kvision.chart / ScaleTitleOptions
+
+

ScaleTitleOptions

+data class ScaleTitleOptions +

Chart scale title options.

+

Constructors

+ + + + + + + +
+

<init>

+
+ScaleTitleOptions(display: Boolean = false, labelString: String? = null, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null) +

Chart scale title options.

+
+

Properties

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

display

+
+val display: Boolean
+

fontColor

+
+val fontColor: Color?
+

fontFamily

+
+val fontFamily: String?
+

fontSize

+
+val fontSize: Int
+

fontStyle

+
+val fontStyle: FontStyle?
+

labelString

+
+val labelString: String?
+

Extension Functions

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

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+

toJs

+
+fun ScaleTitleOptions.toJs(i18nTranslator: (String) -> String): dynamic +

An extension function to convert configuration class to JS object.

+
+ + -- cgit