DataMemberCollection Class
Stores all data members that a data adapter uses to create series points.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableCollectionTypeConverter))]
public class DataMemberCollection :
ChartElement,
ICollection,
IEnumerable,
ICollection<DataMember>,
IEnumerable<DataMember>
Related API Members
The following members return DataMemberCollection objects:
Inheritance
Object
ChartElement
DataMemberCollection
See Also