Back to Devexpress

SubsetBasedIndicator.PointsCount Property

corelibraries-devexpress-dot-xtracharts-dot-subsetbasedindicator.md

latest1.8 KB
Original Source

SubsetBasedIndicator.PointsCount Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

Indicators

SubsetBasedIndicator Class

SubsetBasedIndicator Members

DevExpress.XtraCharts Namespace