PieChartType Enum
Lists values defining the type of a Pie Chart.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Pie
|
The Pie chart. |
Doughnut
|
The Doughnut chart (synonymous with Donut). |
Donut
|
The Donut chart (synonymous with Doughnut). |
Related API Members
The following properties accept/return PieChartType values:
Remarks
The enumeration is used by the BootstrapPieChart.Type property.
See Also