IndicatorValueLevel Enum
Lists an indicator point value levels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Members
Name | Description |
---|---|
Value
|
Indicates the indicator value. |
Average
|
Indicates the Moving Average indicator’s average line value. The Moving |
Lower
|
Indicates the Moving Average lower envelope line’s value. The Moving |
Upper
|
Indicates the Moving Average indicator’s average line value. The Moving |
Top
|
Indicates the error bar‘s top value. |
Bottom
|
Indicates the error bar‘s bottom value. |
Signal
|
Indicates the Moving |
#Remarks
The GetNumericValue(IndicatorValueLevel) method uses the IndicatorValueLevel enumeration values to define the indicator point’s value to be returned.