Skip to main content
A newer version of this page is available. .
All docs
V22.2

DataMemberCollection Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v22.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