BootstrapPieChart.Type Property
In This Article
Specifies the type of the pie chart series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(PieChartType.Pie)]
public PieChartType Type { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pie |
Pie | One of the Pie |
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