Back to Devexpress

ChartElementNamedCollection Class

corelibraries-devexpress-dot-xtracharts-7f917117.md

latest3.5 KB
Original Source

ChartElementNamedCollection Class

Represents a base class for collections of named chart elements.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class ChartElementNamedCollection :
    ChartCollectionBase
vb
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

Show 22 items

Object CollectionBase ChartCollectionBase ChartElementNamedCollection ChartCalculatedFieldCollection

ConstantLineCollection

CustomAxisLabelCollection

FinancialIndicatorCollection

IndicatorCollection

ScaleBreakCollection

SecondaryAxisCollection

StripCollection

LegendCollection

SwiftPlotDiagramSecondaryAxisXCollection

SwiftPlotDiagramSecondaryAxisYCollection

CustomLegendItemCollection

SecondaryAxisXCollection

SecondaryAxisYCollection

XYDiagramPaneCollection

AnnotationRepository

FibonacciIndicatorCollection

TrendLineCollection

See Also

ChartElementNamedCollection Members

DevExpress.XtraCharts Namespace