Skip to main content
All docs
V25.1
  • DataMemberCollection Class

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

    Namespace: DevExpress.XtraCharts

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