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

SubsetBasedIndicator Class

Represents a base class for all subset-based indicators (such as the Moving Average and Envelope).

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

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.

See Also