Skip to main content
A newer version of this page is available. .

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:

Inheritance

Object
Xamarin.Forms.BindableObject
See Also