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

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.v19.1.dll

Declaration

public abstract class SingleLevelIndicator :
    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.

See Also