Skip to main content
All docs
V23.2

DataMemberCollectionModel(DataMemberCollection, CustomModelProvider) Constructor

Initializes a new instance of the DataMemberCollectionModel class with specified settings.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public DataMemberCollectionModel(
    DataMemberCollection dataMembers,
    CustomModelProvider customModelProvider
)

Parameters

Name Type
dataMembers DataMemberCollection
customModelProvider CustomModelProvider
See Also