Skip to main content

MovingCalculation.SummaryType Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.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