Skip to main content
All docs
V25.1
  • DataMemberCollectionModel(DataMemberCollection, CustomModelProvider) Constructor

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

    Namespace: DevExpress.XtraCharts.Designer

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

    NuGet Package: DevExpress.Win.Charts

    Declaration

    public DataMemberCollectionModel(
        DataMemberCollection dataMembers,
        CustomModelProvider customModelProvider
    )

    Parameters

    Name Type
    dataMembers DataMemberCollection
    customModelProvider CustomModelProvider
    See Also