Back to Devexpress

PercentOfTotalCalculation Class

dashboard-devexpress-dot-dashboardcommon-37599416.md

latest2.9 KB
Original Source

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class PercentOfTotalCalculation :
    BaseCalculation<PercentOfTotalCalculation>
vb
Public Class PercentOfTotalCalculation
    Inherits BaseCalculation(Of 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

PercentOfTotalCalculation Members

DevExpress.DashboardCommon Namespace