Back to Devexpress

ChartWindowDefinitionMode Enum

dashboard-devexpress-dot-dashboardcommon-4e555cfb.md

latest1.7 KB
Original Source

ChartWindowDefinitionMode Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum ChartWindowDefinitionMode
vb
Public Enum ChartWindowDefinitionMode

Members

NameDescription
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.

|

The following properties accept/return ChartWindowDefinitionMode values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace