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

PieWindowDefinitionMode Enum

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum PieWindowDefinitionMode

Members

Name Description
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.

Related API Members

The following properties accept/return PieWindowDefinitionMode values:

Remarks

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

See Also