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