ScaleTitleOptions
data class ScaleTitleOptions(val display: Boolean? = null, val color: Color? = null, val font: ChartFont? = null, val padding: LayoutPaddingObject? = null, val align: TitleAlign? = null, val text: String? = null)(source)
Chart scale title options.
Constructors
Link copied to clipboard
constructor(display: Boolean? = null, color: Color? = null, font: ChartFont? = null, padding: LayoutPaddingObject? = null, align: TitleAlign? = null, text: String? = null)