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
public enum ValueLevel
Members
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. |
Related API Members
The following properties accept/return ValueLevel values:
See Also