Back to Devexpress

ChartCollectionBaseModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-75ed2f05.md

latest4.5 KB
Original Source

ChartCollectionBaseModel Class

The ChartCollectionBase model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(ChartCollectionBase))]
public abstract class ChartCollectionBaseModel :
    ChartElementModel,
    ICollection,
    IEnumerable,
    IList
vb
<ModelOf(GetType(ChartCollectionBase))>
Public MustInherit Class ChartCollectionBaseModel
    Inherits ChartElementModel
    Implements ICollection,
               IEnumerable,
               IList

Inheritance

Show 33 items

Object ChartElementModel ChartCollectionBaseModel ChartCalculatedFieldCollectionModel

ChartElementNamedCollectionModel

DataFilterCollectionModel

DockableTitleCollectionBaseModel

ExplodedSeriesPointCollectionModel

KnownDateCollectionModel

LayoutDefinitionCollectionModel

LegendCollectionModel

SeriesCollectionModel

SeriesPointCollectionModel

SeriesPointFilterCollectionModel

SeriesPointRelationCollectionModel

SubtotalCollectionModel

TimeIntervalCollectionModel

WorkTimeRuleCollectionModel

XYDiagramPaneCollectionModel

ConstantLineCollectionModel

StripCollectionModel

AnnotationRepositoryModel

SwiftPlotDiagramSecondaryAxisXCollectionModel

SwiftPlotDiagramSecondaryAxisYCollectionModel

IndicatorCollectionModel

ScaleBreakCollectionModel

SecondaryAxisCollectionModel

SecondaryAxisXCollectionModel

SecondaryAxisYCollectionModel

SeriesTitleCollectionModel

CustomLegendItemCollectionModel

CustomAxisLabelCollectionModel

ChartTitleCollectionModel

See Also

ChartCollectionBaseModel Members

DevExpress.XtraCharts.Designer Namespace