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

MassIndex.MovingAveragePointsCount Property

Gets or sets the count of points used to calculate the exponential moving average (EMA).

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public int MovingAveragePointsCount { get; set; }

Property Value

Type Description
Int32

A Int32 value, specifying the count of points used to calculate EMA.

Remarks

For more information about the Mass Index indicator parameters, refer to the Mass Index Wikipedia page.

See Also