Skip to main content
A newer version of this page is available. .

PieType Enum

Lists values that identify PieDashboardItem types.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum PieType

Members

Name Description
Pie

PieStyle_Pie

Donut

PieStyle_Donut

Remarks

Values listed by this enumeration are used to set the PieDashboardItem.PieType property.

See Also