Skip to main content
A newer version of this page is available. .

ChartCollectionBaseModel Class

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.1.Wizard.dll

Declaration

[TypeConverter(typeof(CollectionTypeConverter))]
[ModelOf(typeof(ChartCollectionBase))]
public abstract class ChartCollectionBaseModel :
    ChartElementModel,
    IList,
    ICollection,
    IEnumerable
See Also