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:
- Use SeriesDataAdapter for all ChartView series (besides CalculatedSeries);
- Use CalculatedSeriesDataAdapter for CalculatedSeries;
- Use PieSeriesDataAdapter for PieSeries.
Inheritance
See Also