Skip to main content

MovingAverage.PointsCount Property

Specifies the number of data points used to calculate the moving average indicator.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public int PointsCount { get; set; }

#Property Value

Type Description
Int32

An integer value, specifying the number of points.

#Remarks

The PointsCount property defines the value level for the MovingAverage class descendants.

For more information, see Moving Average and Envelope.

See Also