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 | |
---|---|---|
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 invoke the PropertyChanged event. | |
OnRemovingDuplicates | Used to invoke the RemovingDuplicates event. | |
OnRemovingUnsupported | Used to invoke the RemovingUnsupported event. |
Name | Description | |
---|---|---|
PropertyChanged | Indicates that a property has changed. | |
RemovingDuplicates | Called when the adapter is removing duplicate series from consideration. | |
RemovingUnsupported | Called when the adapter is removing unsupported series from consideration. |