Skip to main content

DataSourceAdapterBase Class

Serves as the base class for data adapters that load data from data sources into the chart series.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public abstract class DataSourceAdapterBase :
    BindableObject,
    IChangeableSeriesData,
    IDisposable

Remarks

Depending on the series type, use different classes to populate your chart with data:

See Also