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

MassIndex.SumPointsCount Property

Gets or sets the count of summable values.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
Int32

A Int32 value specifying the count of summable ratios.

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