DataSourceAdapter Properties
An adapter that loads data from a source to the series.| Name | Description |
|---|---|
| DataMembers | Returns the collection of data source members that store data used to create series points. Inherited from DataSourceAdapterBase. |
| DataSorted | Gets or sets the value that identifies whether the source data is sorted. Inherited from DataSourceAdapterBase. |
| DataSource | Gets or sets the data source used to create series points. |
| FilterCriteria | Gets or sets the filter expression that is applied to the series to filter display data. Inherited from DataSourceAdapterBase. |
| FilterString | Gets or sets the filter string that is applied to the series to filter displayed data. Inherited from DataSourceAdapterBase. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| TypeNameSerializable | Gets the string value used to support serialization of the data adapter. Inherited from BaseDataAdapter. |
See Also