Back to Devexpress

ValueLevel Enum

maui-devexpress-dot-maui-dot-charts-d1d3f21d.md

latest2.7 KB
Original Source

ValueLevel Enum

Lists levels of series point values used to calculate indicators.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.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

Extension Methods

Yield<ValueLevel>()

YieldIfNotNull<ValueLevel>()

See Also

DevExpress.Maui.Charts Namespace