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

RangeFilterWindowDefinitionMode Enum

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

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public enum RangeFilterWindowDefinitionMode

Members

Name Description
Argument

A calculation is performed through argument values.

Series

A calculation is performed through series.

ArgumentAndSeries

A calculation is performed through argument values, then series.

SeriesAndArgument

A calculation is performed through series, then argument values

Remarks

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

See Also