Skip to main content
All docs
V25.1
  • ResamplingDataAdapterModel(ResamplingDataAdapter, CustomModelProvider) Constructor

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

    Namespace: DevExpress.XtraCharts.Designer

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

    NuGet Package: DevExpress.Win.Charts

    Declaration

    public ResamplingDataAdapterModel(
        ResamplingDataAdapter adapter,
        CustomModelProvider customModelProvider
    )

    Parameters

    Name Type
    adapter ResamplingDataAdapter
    customModelProvider CustomModelProvider
    See Also