Skip to main content

ChartWindowDefinition.DefinitionMode Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(ChartWindowDefinitionMode.Arguments)]
public ChartWindowDefinitionMode DefinitionMode { get; set; }

#Property Value

Type Default Description
ChartWindowDefinitionMode Arguments

A ChartWindowDefinitionMode 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