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

PieWindowDefinition.DefinitionMode Property

Gets or sets the window definition mode used to perform calculations within the PieDashboardItem.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(PieWindowDefinitionMode.Series)]
public PieWindowDefinitionMode DefinitionMode { get; set; }

Property Value

Type Default Description
PieWindowDefinitionMode **Series**

A PieWindowDefinitionMode enumeration value that specifies the window definition mode.

Available values:

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.

See Also