maui-devexpress-dot-maui-dot-charts-97a103ae.md
Lists the types of values that specify the point values to be displayed in the series.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
[Flags]
public enum ValueType
| Name | Description |
|---|---|
Value |
Indicates the series point value. Valid for all series except for Financial, RangeBar, SideBySideRangeBar, and RangeArea series.
|
| Weight |
Indicates the Bubble series point weight (bubble size).
|
| High |
Indicates the highest price of the Financial series point.
|
| Low |
Indicates the lowest price of the Financial series point.
|
| Open |
Indicates the opening price of the Financial series point.
|
| Close |
Indicates the closing price of the Financial series point.
|
| Value1 |
Indicates the first value of the RangeBar/SideBySideRangeBar or RangeArea series point.
|
| Value2 |
Indicates the second value of the RangeBar/SideBySideRangeBar or RangeArea series point.
|
The following properties accept/return ValueType values:
The values listed by the ValueType enumeration are used to set the ValueDataMember.Type property.
See Also