Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public enum IndicatorValueLevel

#Members

Name Description
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