A newer version of this page is available.
Switch to the current version.
ChartCollectionBase Class
Defines the base type for collections used in a chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[ListBindable(false)]
[TypeConverter(typeof(CollectionTypeConverter))]
public abstract class ChartCollectionBase :
CollectionBase,
IDisposable,
IOwnedElement
<ListBindable(False)>
<TypeConverter(GetType(CollectionTypeConverter))>
Public MustInherit Class ChartCollectionBase
Inherits CollectionBase
Implements IDisposable,
IOwnedElement
Remarks
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.
Inheritance
Object
CollectionBase
ChartCollectionBase
See Also
Feedback