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

BootstrapPieChart.Type Property

Specifies the type of the pie chart series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(PieChartType.Pie)]
public PieChartType Type { get; set; }

Property Value

Type Default Description
PieChartType **Pie**

One of the PieChartType enumeration values.

Available values:

Name Description
Pie

The Pie chart.

Doughnut

The Doughnut chart (synonymous with Donut).

Donut

The Donut chart (synonymous with Doughnut).

Remarks

The Pie Chart widget provides two series types - Pie and Doughnut.

See Also