LegendTitleOptions

data class LegendTitleOptions(val display: Boolean? = null, val color: Color? = null, val font: ChartFont? = null, val padding: Int? = null, val text: String? = null)

Chart legend title options.

Constructors

Link copied to clipboard
constructor(display: Boolean? = null, color: Color? = null, font: ChartFont? = null, padding: Int? = null, text: String? = null)

Properties

Link copied to clipboard
val color: Color? = null
Link copied to clipboard
val display: Boolean? = null
Link copied to clipboard
val font: ChartFont? = null
Link copied to clipboard
val padding: Int? = null
Link copied to clipboard
val text: String? = null

Functions

Link copied to clipboard
fun LegendTitleOptions.toJs(i18nTranslator: (String) -> String): dynamic

An extension function to convert configuration class to JS object.