Skip to main content
All docs
V23.2

DataMemberCollection Class

Stores all data members that a data adapter uses to create series points.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class DataMemberCollection :
    ChartElement,
    ICollection,
    IEnumerable,
    ICollection<DataMember>,
    IEnumerable<DataMember>

The following members return DataMemberCollection objects:

Inheritance

Object
ChartElement
DataMemberCollection
See Also