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

MovingCalculation.SummaryType Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

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 MovingCalculation.

See Also