Back to Devexpress

ChartCollectionBase Class

corelibraries-devexpress-dot-xtracharts-b478f63a.md

latest4.4 KB
Original Source

ChartCollectionBase Class

Defines the base type for collections used in a chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ListBindable(false)]
public abstract class ChartCollectionBase :
    CollectionBase,
    IOwnedElement
vb
<ListBindable(False)>
Public MustInherit Class ChartCollectionBase
    Inherits CollectionBase
    Implements 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

Show 37 items

Object CollectionBase ChartCollectionBase AnnotationCollection

ChartElementNamedCollection

DataFilterCollection

DockableTitleCollectionBase

ExplodedSeriesPointCollection

KnownDateCollection

LayoutDefinitionCollection

SeriesPointCollection

SeriesPointFilterCollection

SeriesPointRelationCollection

SubtotalCollection

TimeIntervalCollection

WorkTimeRuleCollection

LegendCollection

SwiftPlotDiagramSecondaryAxisXCollection

SwiftPlotDiagramSecondaryAxisYCollection

CustomLegendItemCollection

ChartCalculatedFieldCollection

SecondaryAxisCollection

SecondaryAxisXCollection

SecondaryAxisYCollection

XYDiagramPaneCollection

ChartTitleCollection

ConstantLineCollection

FinancialIndicatorCollection

AnnotationRepository

IndicatorCollection

CustomAxisLabelCollection

FibonacciIndicatorCollection

ScaleBreakCollection

SeriesCollection

SeriesTitleCollection

StripCollection

TrendLineCollection

See Also

ChartCollectionBase Members

DevExpress.XtraCharts Namespace