corelibraries-devexpress-dot-xtracharts-b97fae71.md
Lists an indicator point value levels.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public enum IndicatorValueLevel
Public Enum IndicatorValueLevel
| Name | Description |
|---|---|
Value |
Indicates the indicator value.
|
| Average |
Indicates the Moving Average indicator’s average line value. The MovingAverage.Kind property should have the MovingAverage or MovingAverageAndEnvelope.
|
| Lower |
Indicates the Moving Average lower envelope line’s value. The MovingAverage.Kind property should have the Envelope or MovingAverageAndEnvelope.
|
| Upper |
Indicates the Moving Average upper envelope line’s value. The MovingAverage.Kind property should have the Envelope or MovingAverageAndEnvelope.
|
| Top |
Indicates the error bar‘s top value.
|
| Bottom |
Indicates the error bar‘s bottom value.
|
| Signal |
Indicates the MovingAverageConvergenceDivergence indicator’s signal line point value.
|
The IndicatorPoint.GetNumericValue method uses the IndicatorValueLevel enumeration values to define the indicator point’s value to be returned.
See Also