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

SubsetBasedIndicator.PointsCount Property

Specifies the number of data points used to calculate of the subset-based indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[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 point count used to calculate indicator values by the SubsetBasedIndicator class descendants.

For more information, see Indicators.

See Also