Skip to main content

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