Back to Devexpress

SingleLevelIndicator Class

corelibraries-devexpress-dot-xtracharts-7344b827.md

latest2.7 KB
Original Source

SingleLevelIndicator Class

Represents the base class for all single-level indicators (such as Regression Lines and Moving Average and Envelope).

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class SingleLevelIndicator :
    Indicator
vb
Public MustInherit Class SingleLevelIndicator
    Inherits Indicator

Remarks

The SingleLevelIndicator class exposes the SingleLevelIndicator.ValueLevel property, that defines the value level, to which an indicator corresponds.

For more information, see Indicators.

Implements

IXtraSerializable

Inheritance

Show 13 items

Object ChartElement ChartElementNamed Indicator SingleLevelIndicator RegressionLine

SubsetBasedIndicator

ExponentialMovingAverage

SimpleMovingAverage

MovingAverage

TriangularMovingAverage

TripleExponentialMovingAverageTema

WeightedMovingAverage

See Also

SingleLevelIndicator Members

Indicators

DevExpress.XtraCharts Namespace