Back to Devexpress

PieChartType Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-19f491b7.md

latest1.2 KB
Original Source

PieChartType Enum

Lists values defining the type of a Pie Chart.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum PieChartType
vb
Public Enum PieChartType

Members

NameDescription
Pie

The Pie chart.

| | Doughnut |

The Doughnut chart (synonymous with Donut ).

| | Donut |

The Donut chart (synonymous with Doughnut ).

|

The following properties accept/return PieChartType values:

Remarks

The enumeration is used by the BootstrapPieChart.Type property.

See Also

DevExpress.Web.Bootstrap Namespace