Back to Devexpress

GaugeWindowDefinition Class

dashboard-devexpress-dot-dashboardcommon-5cae4b57.md

latest2.2 KB
Original Source

GaugeWindowDefinition Class

A window definition used to perform calculations within the GaugeDashboardItem.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Remarks

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

The GaugeWindowDefinition class allows you to specify the window for the Gauge dashboard item.

To learn more, see MeasureCalculation.

Inheritance

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

See Also

GaugeWindowDefinition Members

DevExpress.DashboardCommon Namespace