PieChartStyle

A class that defines the style for a Pie Chart.

Properties

Link copied to clipboard

The color of the border around the pie chart.

Link copied to clipboard

The width of the border around the pie chart.

Link copied to clipboard

The percentage of the chart that should be a donut hole. Must be between DONUT_MIN_PERCENTAGE and DONUT_MAX_PERCENTAGE.

Link copied to clipboard

The color to be used for the pie chart if pieColors is empty.

Link copied to clipboard

The colors to be used for the slices in the pie chart.

Functions

Link copied to clipboard
open override fun getProperties(): List<Pair<String, Any>>

Returns a list of the properties of the PieChartStyle.