Skip to main content
All docs
V23.2

ResamplingDataAdapterModel(ResamplingDataAdapter, CustomModelProvider) Constructor

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public ResamplingDataAdapterModel(
    ResamplingDataAdapter adapter,
    CustomModelProvider customModelProvider
)

Parameters

Name Type
adapter ResamplingDataAdapter
customModelProvider CustomModelProvider
See Also