dashboard-devexpress-dot-dashboardcommon-37599416.md
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
public class PercentOfTotalCalculation :
BaseCalculation<PercentOfTotalCalculation>
Public Class PercentOfTotalCalculation
Inherits BaseCalculation(Of PercentOfTotalCalculation)
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<PercentOfTotalCalculation> PercentOfTotalCalculation
See Also