HorizontalBarLabelConfig

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?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the label has overlapping.

Link copied to clipboard
Link copied to clipboard

Indicates whether the label should be shown.

Link copied to clipboard

List of background colors for the text.

Link copied to clipboard

List of colors for the text.

Link copied to clipboard