Skip to main content

MovingCalculation.NextValuesCount Property

Gets or sets a number of next 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(0)]
public int NextValuesCount { get; set; }

Property Value

Type Default Description
Int32 0

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

See Also