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

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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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