ChartElementNamedCollection Class
In This Article
Represents a base class for collections of named chart elements.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class ChartElementNamedCollection :
ChartCollectionBase
#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
Show 22 items
Object
CollectionBase
ChartCollectionBase
ChartElementNamedCollection
See Also