DataSourceAdapter Constructors
Contains data binding settings that define the datasource to obtain data for a series, as well as data fields to be used from this datasource.| Name | Parameters | Description |
|---|---|---|
| DataSourceAdapter() | none | Initializes a new instance of the DataSourceAdapter class with default settings. |
| DataSourceAdapter(Object) | dataSource | Initializes a new instance of the DataSourceAdapter class with the specified datasource. |
See Also