PieSeries
The PieSeries
is the top level data class wrapper. It holds the data
for drawing the pie pieces, styling for all the pie slices at a data series level and text styling for pie labels.
This class ensures that any data provided to this series will be represented only as a PieChart or a DonutChart.
Class Properties
Name | Type | Required | Default Value |
---|---|---|---|
donutRadius |
| false |
|
donutSpaceColor |
| false |
|
donutLabel |
| false |
|
donutLabelStyle |
| false |
|
slices |
| true | - |
labelStyle |
| false |
|
seriesStyle |
| false |
|
Last updated