Back to Devexpress

ChartElementNamedCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-7c402f02.md

latest2.8 KB
Original Source

ChartElementNamedCollectionModel Class

The ChartElementNamedCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(ChartElementNamedCollection))]
public abstract class ChartElementNamedCollectionModel :
    ChartCollectionBaseModel
vb
<ModelOf(GetType(ChartElementNamedCollection))>
Public MustInherit Class ChartElementNamedCollectionModel
    Inherits ChartCollectionBaseModel

Inheritance

Show 17 items

Object ChartElementModel ChartCollectionBaseModel ChartElementNamedCollectionModel AnnotationRepositoryModel

ConstantLineCollectionModel

CustomAxisLabelCollectionModel

CustomLegendItemCollectionModel

IndicatorCollectionModel

ScaleBreakCollectionModel

SecondaryAxisCollectionModel

StripCollectionModel

XYDiagramPaneCollectionModel

SwiftPlotDiagramSecondaryAxisXCollectionModel

SwiftPlotDiagramSecondaryAxisYCollectionModel

SecondaryAxisXCollectionModel

SecondaryAxisYCollectionModel

See Also

ChartElementNamedCollectionModel Members

DevExpress.XtraCharts.Designer Namespace