Skip to main content

BootstrapPieChart.Type Property

Specifies the type of the pie chart series.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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