JavaScript/jQuery PieChart Series Types
This section lists the objects that define properties to be used to configure series of particular types.
DoughnutSeries
An object defining a series of the doughnut type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a PieChart.
- The commonSeriesSettings.doughnut object 
 Specifies settings for all series of the doughnut type.
- An object in the series array 
 Specifies settings for an individual series.

PieSeries
An object defining a series of the pie type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a PieChart.
- The commonSeriesSettings.pie object 
 Specifies settings for all series of the pie type.
- An object in the series array 
 Specifies settings for an individual series.
