corelibraries-devexpress-dot-xtracharts-7344b827.md
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
public abstract class SingleLevelIndicator :
Indicator
Public MustInherit Class SingleLevelIndicator
Inherits Indicator
The SingleLevelIndicator class exposes the SingleLevelIndicator.ValueLevel property, that defines the value level, to which an indicator corresponds.
For more information, see Indicators.
Show 13 items
Object ChartElement ChartElementNamed Indicator SingleLevelIndicator RegressionLine
TripleExponentialMovingAverageTema
See Also