ChartBasicConfig

interface ChartBasicConfig

Chart basic configuration.

Properties

backgroundColor
Link copied to clipboard
common
abstract var backgroundColor: Color
The background color for the Chart, this color must have a alpha channel value of 100%.
numberLocale
Link copied to clipboard
common
abstract var numberLocale: Locale
The number formatting locale
padding
Link copied to clipboard
common
abstract var padding: Padding
The Padding for the Chart.
performanceMode
Link copied to clipboard
common
abstract var performanceMode: Boolean
Enable "performance mode": better Chart reactivity even with a lot of data but requires more graphic memory.
timeLocale
Link copied to clipboard
common
abstract var timeLocale: Locale
The date formatting locale

Inheritors

ChartConfig
Link copied to clipboard