Chart.Series.Pie
Hierarchy
Chart.Series.SeriesChart.Series.NoAxesSeriesChart.Series.PieSubclasses
Pie charts (or pie graphs) go by many names (circle chart, sector chart, segmented chart, etc.), and are one of the most widely used chart types. Pie charts are circles divided into sectors, showing how percentages or relative magnitudes compare with each other and contribute to the whole.
Config options
Specifies whether or not the slices can be explode dynamically.
Defaults to: true
Specifies the cursor when the mouse is over a data point from this series.
Specifies the cursor when the mouse is over a data point from this series.
Specifies the data item field containing the Label value.
Specifies the data item field containing the Label value.
Specifies the data item field containing the Data value.
Specifies the data item field containing the Data value.
Specifies indexes of the exploded slices.
Defaults to: []
Specifies the labels align when the labels are outside.
Possible values are: 'circle' or 'column'.
Defaults to: 'circle'
Specifies the labels extend when the labels are outside.
Defaults to: 20
Specifies the labels position.
Possible values are: 'inside' or 'outside'.
Defaults to: 'inside'
Specifies the leader line color when the labels are outside.
Defaults to: 'black'
Specifies the leader line width when the labels are outside.
Defaults to: 1
Specifies how the null values are handled - 'break', 'connect', or 'emptyPoint'
Defaults to: 'break'
Specifies indexes of the series data, which will be treated as null values.
Specifies indexes of the series data, which will be treated as null values.
Specifies whether or not this series should be displayed in the legend.
Defaults to: true
Specifies whether or not this series should be displayed in the scene.
Defaults to: true