The following tables list the members exposed by DataSeriesAdapter.
Name | Description | |
---|---|---|
DataSeriesAdapter Constructor | Constructs a DataSeriesAdapter. |
Name | Description | |
---|---|---|
ExcludedProperties | Gets or sets a set of property paths that should be exluced from consideration by the adapter. | |
IncludedProperties | Gets or sets a set of property paths that should be included for consideration by the adapter, leaving the remainder excluded. If null, all properties will be considered. | |
ItemsSource | Gets or sets the backing data for the data adapter. | |
SupportedSeriesTypes | Gets or sets whether the adapter should remove duplicate data series bound to the same member paths. |
Name | Description | |
---|---|---|
GetDataProvider | Gets a data provider to use for the data series adapter provided a data source. | |
NotifyClearItems | Used to manually notify the adapter that the data source has reset/cleared its items. Only necessary if that datasource is not observable. | |
NotifyInsertItem | Used to manually notify the adapter that the data source has had an item inserted. Only necessary if that datasource is not observable. | |
NotifyRemoveItem | Used to manually notify the adapter that the data source has had an item removed. Only necessary if that datasource is not observable. | |
NotifySetItem | Used to manually notify the adapter that the data source has had an item set. Only necessary if that datasource is not observable. | |
Refresh | Causes the DataSeriesAdapter to refresh its analysis. |
Name | Description | |
---|---|---|
OnPropertyChanged | Used to raise the PropertyChanged event when a property of the object has been changed. | |
OnRemovingDuplicates | Used to invoke the DataSeriesAdapter.RemovingDuplicates event. | |
OnRemovingUnsupported | Used to invoke the DataSeriesAdapter.RemovingUnsupported event. |
Name | Description | |
---|---|---|
PropertyChanged | Invoked when a property of the object has been changed. | |
RemovingDuplicates | Called when the adapter is removing duplicate series from consideration. | |
RemovingUnsupported | Called when the adapter is removing unsupported series from consideration. |