The following tables list the members exposed by GraphicsDataSource.
Name | Description | |
---|---|---|
ItemsSourceProperty | Identifies the ItemsSource dependency property. |
Name | Description | |
---|---|---|
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
IsSelectedBinding | Gets or sets the optional Binding to use for identifying the dependent value the signifies selection. | |
ItemsSource | Gets or sets the items source. |
Name | Description | |
---|---|---|
ClearValue | (Inherited from System.Windows.DependencyObject) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
Refresh | Refreshes data from data source and renders the series. | |
SetValue | (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
CreateDataPoint | Returns a Control suitable for the Series. | |
GetDataPoint | Retrieves the data object corresponding to the object passed as the parameter. | |
LoadDataPoints | Loads the data points. | |
OnItemsSourceCollectionChanged | Called when the items source collection has changed. | |
PrepareDataPoint | Prepares the data point. | |
ShouldCreateDataPoint | Determines whether the datasource should create a data point for the associated item. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the items list of the collection has changed, or the collection is reset. |