ChartColors

constructor(contentColor: List<Color> = emptyList(), backgroundColors: List<Color> = emptyList())

Parameters

contentColor

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

backgroundColors

The background color(s) of the chart.