Skip to main content

SubsetBasedIndicator Class

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

See Also