A newer version of this page is available.
Switch to the current version.
ChartElementNamedCollection Class
Represents a base class for collections of named chart elements.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public abstract class ChartElementNamedCollection :
ChartCollectionBase
Public MustInherit Class ChartElementNamedCollection
Inherits 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
See Also
Feedback