ChartColors

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

Colors used in a chart.

Parameters

contentColor

The color(s) for the content of the chart.

backgroundColors

The background color(s) of the chart.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard