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

MovingCalculation.PreviousValuesCount Property

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

Namespace: DevExpress.DashboardCommon

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

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) participating in the MovingCalculation.

See Also