Back to Devexpress

ValueDataMemberCollection Class

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-71fb5d30.md

latest4.8 KB
Original Source

ValueDataMemberCollection Class

Stores objects that specify data source fields that contain data for series point values.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public class ValueDataMemberCollection :
    ObservableCollection<ValueDataMember>

The following members return ValueDataMemberCollection objects:

Remarks

ValueDataMemberCollection is a collection of ValueDataMember objects, which provide data for series point values. The number of these objects within the collection depends on the series type.

Example

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

Implements

IList<ValueDataMember>

ICollection<ValueDataMember>

IReadOnlyList<ValueDataMember>

IReadOnlyCollection<ValueDataMember>

IEnumerable<ValueDataMember>

IList

ICollection

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

Inheritance

Object Collection<ValueDataMember> ObservableCollection<ValueDataMember> ValueDataMemberCollection

See Also

ValueDataMemberCollection Members

DevExpress.XamarinForms.Charts Namespace