Back to Devexpress

ValueLevel Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-65e9236e.md

latest2.8 KB
Original Source

ValueLevel Enum

Lists levels of series point values used to calculate indicators.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum ValueLevel

Members

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.

|

The following properties accept/return ValueLevel values:

Show 11 items

See Also

DevExpress.XamarinForms.Charts Namespace