Back to Devexpress

ValueDataMember.Type Property

maui-devexpress-dot-maui-dot-charts-dot-valuedatamember.md

latest3.3 KB
Original Source

ValueDataMember.Type Property

Gets or sets the value type for series point values.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public ValueType Type { get; set; }

Property Value

TypeDescription
ValueType

The value type for series point values.

|

Available values:

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.

|

Example

These examples show how to create and configure the data adapter to populate ChartView series of different types with data.

See Also

ValueDataMember Class

ValueDataMember Members

DevExpress.Maui.Charts Namespace