SubsetBasedIndicator Class
In This Article
Represents a base class for all subset-based indicators (such as the Moving Average and Envelope).
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class SubsetBasedIndicator :
SingleLevelIndicator
#Remarks
The SubsetBasedIndicator class exposes the SubsetBasedIndicator.PointsCount property, which defines the number of data points used for calculating various Moving Average and Envelope technical indicators.
#Implements
#Inheritance
See Also