data class ScaleTitleOptions
Chart scale title options.
ScaleTitleOptions(display: Boolean = false, labelString: String? = null, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null)
Chart scale title options. |
val display: Boolean |
|
val fontColor: Color? |
|
val fontFamily: String? |
|
val fontSize: Int |
|
val fontStyle: FontStyle? |
|
val labelString: String? |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |
|
fun ScaleTitleOptions.toJs(i18nTranslator: (String) -> String): dynamic
An extension function to convert configuration class to JS object. |