Skip to main content

PercentOfTotalCalculation Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class PercentOfTotalCalculation :
    BaseCalculation<PercentOfTotalCalculation>

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<PercentOfTotalCalculation>
PercentOfTotalCalculation
See Also