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
public ValueLevel ValueLevel { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| ValueLevel | Auto | A value that indicates the price level of a financial series point. |
Available values:
| Name | Description |
|---|---|
| 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