Back to Devexpress

MassIndex.SumPointsCount Property

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

latest1.5 KB
Original Source

MassIndex.SumPointsCount Property

Gets or sets the count of summable values.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Int32

A Int32 value that specifies the count of summable ratios. The default value is 25.

|

Remarks

The summable values are calculated as the ratio of EMA(i) (exponential moving average in the i-th point) to EMA(EMA(i)).

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