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

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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