Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

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.

Implements

See Also