Skip to main content

MovingCalculation.PreviousValuesCount Property

Gets or sets a number of previous values (relative to the current value) that affect the MovingCalculation.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(2)]
public int PreviousValuesCount { get; set; }

Property Value

Type Default Description
Int32 2

An integer value that specifies the number of previous values (relative to the current value) that affect the MovingCalculation.

See Also