JavaScript/jQuery PieChart Series Types
This section lists the objects that define properties to be used to configure series of particular types.
import { dxPieChartSeriesTypes } from "devextreme/viz/pie_chart"
Type:
DoughnutSeries
Type:
any
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
Type:
any
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.
Feedback