Skip to main content
A newer version of this page is available. .

PieChartType Enum

Lists values defining the type of a Pie Chart.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public enum PieChartType

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