ChartElementNamedCollection Class
Represents a base class for collections of named chart elements.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The ChartElementNamedCollection class serves as a base for collections (such as AnnotationRepository, CustomAxisLabelCollection, ConstantLine and StripCollection) that store named chart elements (the Annotation, CustomAxisLabel, ConstantLine and Strip respectively).
Inheritance
Object
CollectionBase
ChartCollectionBase
ChartElementNamedCollection
See Also