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

MovingCalculation Class

A moving calculation that is computed for the specified measure across a window.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class MovingCalculation :
    BaseCalculation<MovingCalculation>

Remarks

To apply a calculation to values of the required measure, perform the following steps.

To learn more, see Window Calculations.

Inheritance

Object
DevExpress.DashboardCommon.Native.ClonableModelBase<MeasureCalculation>
MeasureCalculation
DevExpress.DashboardCommon.Native.BaseCalculation<MovingCalculation>
MovingCalculation
See Also