LabelConfig

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

A boolean indicating whether to show labels on the x-axis.

Link copied to clipboard

A boolean indicating whether to show labels on the y-axis.

Link copied to clipboard

The color of the text for the labels.

Link copied to clipboard