Back to Devexpress

ValueDataMember.Member Property

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

latest2.2 KB
Original Source

ValueDataMember.Member Property

Gets or sets the data source field that contains data for series point values. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public string Member { get; set; }

Property Value

TypeDescription
String

The data source field that contains data for series point values.

|

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