Skip to main content
A newer version of this page is available. .

MovingAverageConvergenceDivergenceIndicator.ValueLevel Property

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

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public ValueLevel ValueLevel { get; set; }

Property Value

Type Description
ValueLevel

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

Available values:

Name
Auto
Value
Weight
High
Low
Open
Close
See Also