Skip to main content
A newer version of this page is available. .

ChartElementNamedCollection Class

Represents a base class for collections of named chart elements.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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).

See Also