Back to Devexpress

ChartWindowDefinition Class

dashboard-devexpress-dot-dashboardcommon-e7009e22.md

latest2.2 KB
Original Source

ChartWindowDefinition Class

A window definition used to perform calculations within the ChartDashboardItem.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class ChartWindowDefinition :
    MeasureCalculationWindowDefinition
vb
Public Class ChartWindowDefinition
    Inherits MeasureCalculationWindowDefinition

Remarks

A window definition is used to apply calculations to measure values. To specify a window, create and initialize the ChartWindowDefinition class and assign the resulting object to the Measure.WindowDefinition property.

The ChartWindowDefinition class allows you to specify the window for the Chart dashboard item.

To learn more, see MeasureCalculation.

Inheritance

Object DevExpress.DashboardCommon.Native.ClonableModelBase<MeasureCalculationWindowDefinition> MeasureCalculationWindowDefinition ChartWindowDefinition

See Also

ChartWindowDefinition Members

DevExpress.DashboardCommon Namespace