Back to Devexpress

MovingAverageConvergenceDivergenceIndicator.ValueLevel Property

maui-devexpress-dot-maui-dot-charts-dot-movingaverageconvergencedivergenceindicator-09b9c08a.md

latest1.8 KB
Original Source

MovingAverageConvergenceDivergenceIndicator.ValueLevel Property

Gets or sets the price level (Low, High, Open, or Close) for which the indicator is calculated. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public ValueLevel ValueLevel { get; set; }

Property Value

TypeDefaultDescription
ValueLevelAuto

A value that indicates the price level of a financial series point.

|

Available values:

NameDescription
Auto
Value

Indicates the point value of a series that requires only one value for a data point.

| | Weight |

Indicates the weight value of a bubble series point.

| | High |

Indicates the High price of a financial series point.

| | Low |

Indicates the Low price of a financial series point.

| | Open |

Indicates the Open price of a financial series point.

| | Close |

Indicates the Close price of a financial series point.

|

See Also

MovingAverageConvergenceDivergenceIndicator Class

MovingAverageConvergenceDivergenceIndicator Members

DevExpress.Maui.Charts Namespace