| Name | Description |
---|
 | border | Gets the border settings for this series. |
 | categoryField | Gets or sets the data field containing the sector category name. |
 | color | Gets or sets the color with which this series is displayed on the plot area. |
 | colorField | Gets or sets the data field containing the sector color. |
 | connectors | Gets the settings for the label connector lines. |
 | data | Gets or sets the array of data points for this series. |
 | errorHighField | Gets or sets the data item field which contains the series.errorBars low value. The errorHighField option is supported when series.type is set to "bar", "column", "line" or "area". |
 | errorLowField | Gets or sets the data item field which contains the series.errorBars low value. The errorLowField option is supported when series.type is set to "bar", "column", "line" or "area". |
 | explodeField | Gets or sets the data field containing the boolean value that indicates if the sector is exploded. |
 | field | Gets or sets the data field containing the series value. |
 | groupNameTemplate | Gets or sets the name template for auto-generated series when binding to grouped data. Template variables: series, group, group.field, group.value. |
 | highlight | Retrieves the chart series highlight settings. |
 | holeSize | The the radius of the donut hole. If the value is not set, it will be automatically calculated based on the chart size. |
 | labels | Gets or sets the settings for the series data labels. |
 | margin | The margin around each series (not available for the last level of the series). |
 | name | Gets or sets the series name visible in the legend. |
 | notes | Retrieves the chart series notes settings. |
 | noteTextField | Gets or sets the data item field which contains the series note text. |
 | opacity | Gets or sets series opacity. |
 | overlayGradient | Gets or sets the overlay gradient used for this series. Accepted values are "roundedBevel", "glass" and "none". |
 | padding | Gets the padding value around the pie chart (equal on all sides). |
 | size | The width of the donut ring. If the value is not set, it will be automatically calculated based on the chart size. |
 | stack | Indicates whether the series should be stacked. |
 | startAngle | Gets or sets the start angle of the first pie segment. Default is 90 degrees. |
 | tooltip | Retrieves the tooltip settings for this series. |
 | type | Gets the type of the series. |
 | visibleInLegend | Indicates whether to show the series in the legend. |
 | xErrorHighField | Gets or sets the data item field which contains the series.errorBars low value. The xErrorHighField option is supported when series.type is set to "scatter", "scatterLine" or "bubble". |
 | xErrorLowField | Gets or sets the data item field which contains the series.errorBars low value. The xErrorLowField option is supported when series.type is set to "scatter", "scatterLine" or "bubble". |
 | yErrorHighField | Gets or sets the data item field which contains the series.errorBars low value. The yErrorHighField option is supported when series.type is set to "scatter", "scatterLine" or "bubble". |
 | yErrorLowField | Gets or sets the data item field which contains the series.errorBars low value. The yErrorLowField option is supported when series.type is set to "scatter", "scatterLine" or "bubble". |