Skip to main content

PieDashboardItem.PieType Property

Gets or sets the type of the pie chart.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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.

See Also