Back to Devexpress

IndicatorValueLevel Enum

wpf-devexpress-dot-xpf-dot-charts-a26cc622.md

latest2.5 KB
Original Source

IndicatorValueLevel Enum

Lists an indicator point value levels.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum IndicatorValueLevel
vb
Public Enum IndicatorValueLevel

Members

NameDescription
Value

Indicates the indicator value.

| | Average |

Indicates the Moving Average indicator’s average line value. The MovingAverageKind property should have the MovingAverage or MovingAverageAndEnvelope.

| | Lower |

Indicates the Moving Average lower envelope line’s value. The MovingAverageKind property should have the Envelope or MovingAverageAndEnvelope.

| | Upper |

Indicates the Moving Average indicator’s average line value. The MovingAverageKind 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.

|

Remarks

The GetNumericValue(IndicatorValueLevel) method uses the IndicatorValueLevel enumeration values to define the indicator point’s value to be returned.

See Also

DevExpress.Xpf.Charts Namespace