Label Config
data class LabelConfig(val textColor: ChartColor, val showXLabel: Boolean, val showYLabel: Boolean, val xAxisCharCount: Int?, val labelTextStyle: TextStyle?)
Data class representing the configuration for labels in a chart.
Constructors
Link copied to clipboard
constructor(textColor: ChartColor, showXLabel: Boolean, showYLabel: Boolean, xAxisCharCount: Int?, labelTextStyle: TextStyle?)