ValueType Enum
Lists the types of values that specify the point values to be displayed in the series.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
[Flags]
public enum ValueType
Members
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. |
Related API Members
The following properties accept/return ValueType values:
Remarks
The values listed by the ValueType enumeration are used to set the ValueDataMember.Type property.