Back to Devexpress

PieWindowDefinitionMode Enum

dashboard-devexpress-dot-dashboardcommon-ff6f97e3.md

latest1.6 KB
Original Source

PieWindowDefinitionMode Enum

A window definition mode used to specify a window within the PieDashboardItem.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum PieWindowDefinitionMode
vb
Public Enum PieWindowDefinitionMode

Members

NameDescription
Arguments

A calculation is performed through arguments.

| | Series |

A calculation is performed through series.

| | ArgumentsAndSeries |

A calculation is performed through arguments, then series.

| | SeriesAndArguments |

A calculation is performed through series, then arguments.

|

The following properties accept/return PieWindowDefinitionMode values:

Remarks

Values listed in this enumeration are used to set the PieWindowDefinition.DefinitionMode property.

See Also

DevExpress.DashboardCommon Namespace