corelibraries-devexpress-dot-xtracharts-b478f63a.md
Defines the base type for collections used in a chart control.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ListBindable(false)]
public abstract class ChartCollectionBase :
CollectionBase,
IOwnedElement
<ListBindable(False)>
Public MustInherit Class ChartCollectionBase
Inherits CollectionBase
Implements IOwnedElement
The ChartCollectionBase class represents the base type from which other collections used to manipulate particular types of items are derived. The ChartCollectionBase class implements all the common functionality and exposes a number of common methods, but it can’t be created directly.
Show 37 items
Object CollectionBase ChartCollectionBase AnnotationCollection
SwiftPlotDiagramSecondaryAxisXCollection
SwiftPlotDiagramSecondaryAxisYCollection
ChartCalculatedFieldCollection
See Also