maui-devexpress-dot-maui-dot-charts-d1d3f21d.md
Lists levels of series point values used to calculate indicators.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public enum ValueLevel
| 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.
|
The following properties accept/return ValueLevel values:
Show 11 items
See Also