Horizontal Bar Label Config
data class HorizontalBarLabelConfig(val showLabel: Boolean, val hasOverlappingLabel: Boolean, val textColors: ChartColor, val textBackgroundColors: ChartColor)
Data class representing the configuration for horizontal bar labels.
Constructors
Link copied to clipboard
constructor(showLabel: Boolean, hasOverlappingLabel: Boolean, textColors: ChartColor, textBackgroundColors: ChartColor)