Back to Devexpress

ValueType Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-a43df397.md

latest2.7 KB
Original Source

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

csharp
[Flags]
public enum ValueType

Members

NameDescription
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:

Remarks

The values listed by the ValueType enumeration are used to set the ValueDataMember.Type property.

See Also

DevExpress.XamarinForms.Charts Namespace