CurvedLineChartColors

data class CurvedLineChartColors(val dotColor: List<Color> = emptyList(), val backgroundColors: List<Color> = emptyList(), val contentColor: List<Color> = emptyList())

Represents the colors used in a curved line chart.

Constructors

Link copied to clipboard
constructor(dotColor: List<Color> = emptyList(), backgroundColors: List<Color> = emptyList(), contentColor: List<Color> = emptyList())

Properties

Link copied to clipboard

The background colors of the chart.

Link copied to clipboard

The colors of the content (lines) in the chart.

Link copied to clipboard

The colors of the dots in the chart.