Back to Devexpress

MassIndex.MovingAveragePointsCount Property

corelibraries-devexpress-dot-xtracharts-dot-massindex.md

latest1.5 KB
Original Source

MassIndex.MovingAveragePointsCount Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int MovingAveragePointsCount { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property MovingAveragePointsCount As Integer

Property Value

TypeDescription
Int32

A Int32 value that specifies the count of points used to calculate EMA. The default value is 9.

|

Remarks

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

See Also

MassIndex Class

MassIndex Members

DevExpress.XtraCharts Namespace