HorizontalBarLabelConfig

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the label has overlapping.

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.