Skip to main content

PieDashboardItem.PieType Property

Gets or sets the type of the pie chart.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

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

#Property Value

Type Default Description
PieType Pie

A PieType enumeration member that specifies the type of the pie chart.

Available values:

Name Description
Pie

PieStyle_Pie

Donut

PieStyle_Donut

See Also