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

RunningTotalCalculation.SummaryType Property

Gets or sets the type of summary function used by the RunningTotalCalculation.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(SummaryType.Sum)]
public SummaryType SummaryType { get; set; }

Property Value

Type Default Description
SummaryType **Sum**

A SummaryType enumeration value that specifies the type of summary function used by the RunningTotalCalculation.

See Also