corelibraries-devexpress-dot-xtracharts-57c3797c.md
Represents a base class for all subset-based indicators (such as the Moving Average and Envelope).
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class SubsetBasedIndicator :
SingleLevelIndicator
Public MustInherit Class SubsetBasedIndicator
Inherits SingleLevelIndicator
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.
Show 12 items
Object ChartElement ChartElementNamed Indicator SingleLevelIndicator SubsetBasedIndicator MovingAverage
TripleExponentialMovingAverageTema
See Also