Skip to main content

PieChartType Enum

Lists values defining the type of a Pie Chart.

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.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).

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also