SubsetBasedIndicator.PointsCount Property
In This Article
Specifies the number of data points used to calculate of the subset-based indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
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