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

ChartWindowDefinitionMode Enum

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum ChartWindowDefinitionMode

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.

Remarks

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

See Also