dashboard-devexpress-dot-dashboardcommon-6f5dbd5b.md
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
public class RunningTotalCalculation :
BaseCalculation<RunningTotalCalculation>
Public Class RunningTotalCalculation
Inherits BaseCalculation(Of RunningTotalCalculation)
To apply a calculation to values of the required measure, perform the following steps.
To learn more, see Window Calculations.
Object DevExpress.DashboardCommon.Native.ClonableModelBase<MeasureCalculation> MeasureCalculation DevExpress.DashboardCommon.Native.BaseCalculation<RunningTotalCalculation> RunningTotalCalculation
See Also