Back to Devexpress

RunningTotalCalculation Class

dashboard-devexpress-dot-dashboardcommon-6f5dbd5b.md

latest2.8 KB
Original Source

RunningTotalCalculation Class

A running total calculation that is used to compute a cumulative total for the specified measure across a window.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class RunningTotalCalculation :
    BaseCalculation<RunningTotalCalculation>
vb
Public Class RunningTotalCalculation
    Inherits BaseCalculation(Of RunningTotalCalculation)

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<RunningTotalCalculation> RunningTotalCalculation

See Also

RunningTotalCalculation Members

DevExpress.DashboardCommon Namespace