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

ChartWindowDefinition.DefinitionMode Property

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

Namespace: DevExpress.DashboardCommon

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

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.

See Also