Back to Devexpress

SubsetBasedIndicator Class

corelibraries-devexpress-dot-xtracharts-57c3797c.md

latest2.6 KB
Original Source

SubsetBasedIndicator Class

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

Declaration

csharp
public abstract class SubsetBasedIndicator :
    SingleLevelIndicator
vb
Public MustInherit Class SubsetBasedIndicator
    Inherits 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

IXtraSerializable

Inheritance

Show 12 items

Object ChartElement ChartElementNamed Indicator SingleLevelIndicator SubsetBasedIndicator MovingAverage

ExponentialMovingAverage

SimpleMovingAverage

TriangularMovingAverage

TripleExponentialMovingAverageTema

WeightedMovingAverage

See Also

SubsetBasedIndicator Members

Moving Average and Envelope

DevExpress.XtraCharts Namespace