Property | Type | Description | |
---|---|---|---|
AnimationSequenceProperty | |||
DataPointStyleProperty | |||
IsSelectionEnabledProperty | |||
ItemsSourceProperty | |||
LegendItemStyleProperty | |||
SelectedItemProperty | |||
TransitionDurationProperty | |||
TransitionEasingFunctionProperty |
Property | Type | Description | |
---|---|---|---|
AttachEventHandlersToDataPoints | void | ||
CreateAndPrepareDataPoint | |||
DetachEventHandlersFromDataPoints | void | ||
GetResourceDictionaryWithTargetType | IEnumerator |
||
InvokeOnLayoutUpdated | void | ||
ItemsSourceCollectionChanged | void | ||
OnDataPointActualDependentValueChanged | void | ||
OnDataPointActualIndependentValueChanged | void | ||
OnDataPointDependentValueChanged | void | ||
OnDataPointIndependentValueChanged | void | ||
OnDataPointIsSelectedChanged | void | ||
OnDataPointStateChanged | void | ||
OnDataPointStylePropertyChanged | void | ||
OnIsSelectionEnabledPropertyChanged | void | ||
OnItemsSourceChanged | void | ||
OnLegendItemStylePropertyChanged | void | ||
OnSelectedItemPropertyChanged | void | ||
OnSizeChanged | void | ||
Select | void | ||
StaggeredStateChange | void | ||
Unselect | void |
Method | Description | |
---|---|---|
Refresh ( ) : void |
Refreshes data from data source and renders the series.
|
Method | Description | |
---|---|---|
AddDataPoint ( |
Adds a data point to the plot area.
|
|
AddObject ( object dataContext ) : |
Adds an object to the series host by creating a corresponding data point for it.
|
|
AttachEventHandlersToDataPoint ( |
Attaches event handlers to a data point.
|
|
CreateDataPoint ( ) : |
Returns a Control suitable for the Series.
|
|
CreateLegendItem ( |
Creates a legend item.
|
|
DataPointSeries ( ) : Controls.DataVisualization.Toolkit |
Initializes a new instance of the DataPointSeries class.
|
|
DetachEventHandlersFromDataPoint ( |
Detaches event handlers from a data point.
|
|
GetDataPoint ( object dataContext ) : |
Retrieves the data point corresponding to the object passed as the parameter.
|
|
GetInsertionIndex ( |
Returns the index at which to insert data point in the plot area child collection.
|
|
LoadDataPoints ( IEnumerable newItems, IEnumerable oldItems ) : void |
Updates data points collection with items retrieved from items source and removes the old items.
|
|
OnAfterUpdateDataPoints ( ) : void |
This method that executes after data points are updated.
|
|
OnApplyTemplate ( ) : void |
Attaches handler plot area after loading it from XAML.
|
|
OnBeforeUpdateDataPoints ( ) : void |
This method that executes before data points are updated.
|
|
OnDataPointActualDependentValueChanged ( |
Handles data point actual dependent value property change.
|
|
OnDataPointActualIndependentValueChanged ( |
Handles data point actual independent value property change.
|
|
OnDataPointDependentValueChanged ( |
Handles data point dependent value property change.
|
|
OnDataPointIndependentValueChanged ( |
Handles data point independent value property change.
|
|
OnDataPointStateChanged ( |
Handles data point state property change.
|
|
OnDataPointStylePropertyChanged ( |
DataPointStyleProperty property changed handler.
|
|
OnDataPointsChanged ( IList |
Called after data points have been loaded from the items source.
|
|
OnIsSelectionEnabledPropertyChanged ( bool oldValue, bool newValue ) : void |
IsSelectionEnabledProperty property changed handler.
|
|
OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void |
Called when the ItemsSource property changes.
|
|
OnItemsSourceCollectionChanged ( IEnumerable collection, |
Method called when the ItemsSource collection changes.
|
|
OnLegendItemStylePropertyChanged ( |
Called when the value of the LegendItemStyle property changes.
|
|
OnPlotAreaChanged ( |
Removes items from the existing plot area and adds items to new plot area.
|
|
OnSelectedItemPropertyChanged ( object oldValue, object newValue ) : void |
Called when the value of the SelectedItem property changes.
|
|
OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void |
Handles changes to the SeriesHost property.
|
|
PrepareDataPoint ( |
Prepares a data point by extracting binding it to a data context object.
|
|
RemoveDataPoint ( |
Removes a data point from the plot area.
|
|
RemoveObject ( object dataContext ) : |
Removes an object from the series host by removing its corresponding data point.
|
|
ShouldCreateDataPoint ( object dataContext ) : bool |
Returns whether a data point should be created for the data context.
|
|
UpdateDataPoint ( |
Updates the visual representation of a single data point in the plot area.
|
|
UpdateDataPoints ( IEnumerable |
Updates the visual representation of all data points in the plot area.
|
Method | Description | |
---|---|---|
AttachEventHandlersToDataPoints ( IEnumerable |
Attaches event handlers to the data points.
|
|
CreateAndPrepareDataPoint ( object dataContext ) : |
Creates and prepares a data point.
|
|
DetachEventHandlersFromDataPoints ( IEnumerable |
Detaches event handlers from the data points.
|
|
GetResourceDictionaryWithTargetType ( IResourceDictionaryDispenser dispenser, |
Returns a ResourceDictionaryEnumerator that returns ResourceDictionaries with a DataPointStyle having the specified TargetType or with a TargetType that is an ancestor of the specified type.
|
|
InvokeOnLayoutUpdated ( System.Action action ) : void |
Invokes an action when the plot area's layout is updated.
|
|
ItemsSourceCollectionChanged ( object sender, |
Method that handles the ObservableCollection.CollectionChanged event for the ItemsSource property.
|
|
OnDataPointActualDependentValueChanged ( object sender, RoutedPropertyChangedEventArgs |
Handles data point actual dependent value property changes.
|
|
OnDataPointActualIndependentValueChanged ( object sender, RoutedPropertyChangedEventArgs |
Handles data point actual independent value property changes.
|
|
OnDataPointDependentValueChanged ( object sender, RoutedPropertyChangedEventArgs |
Handles data point dependent value property changes.
|
|
OnDataPointIndependentValueChanged ( object sender, RoutedPropertyChangedEventArgs |
Handles data point independent value property changes.
|
|
OnDataPointIsSelectedChanged ( object sender, RoutedPropertyChangedEventArgs |
Method executed when a data point is either selected or unselected.
|
|
OnDataPointStateChanged ( object sender, RoutedPropertyChangedEventArgs |
Handles data point state property change.
|
|
OnDataPointStylePropertyChanged ( |
DataPointStyleProperty property changed handler.
|
|
OnIsSelectionEnabledPropertyChanged ( |
IsSelectionEnabledProperty property changed handler.
|
|
OnItemsSourceChanged ( |
ItemsSourceProperty property changed callback.
|
|
OnLegendItemStylePropertyChanged ( |
LegendItemStyleProperty property changed handler.
|
|
OnSelectedItemPropertyChanged ( |
Called when the value of the SelectedItem property changes.
|
|
OnSizeChanged ( object sender, |
Updates the visual appearance of all the data points when the size changes.
|
|
Select ( |
Selects a data point.
|
|
StaggeredStateChange ( IEnumerable |
Reveals data points using a storyboard.
|
|
Unselect ( |
Unselects a data point.
|
protected AddDataPoint ( |
||
dataPoint | The data point to add to the plot area. /// | |
return | void |
protected AddObject ( object dataContext ) : |
||
dataContext | object | The object to add to the series host. |
return |
protected AttachEventHandlersToDataPoint ( |
||
dataPoint | The data point. | |
return | void |
protected abstract CreateDataPoint ( ) : |
||
return |
protected CreateLegendItem ( |
||
owner | The owner of the new LegendItem. | |
return |
protected DataPointSeries ( ) : Controls.DataVisualization.Toolkit | ||
return | Controls.DataVisualization.Toolkit |
protected DetachEventHandlersFromDataPoint ( |
||
dataPoint | The data point. | |
return | void |
protected GetDataPoint ( object dataContext ) : |
||
dataContext | object | The data context used for the point. /// |
return |
protected GetInsertionIndex ( |
||
dataPoint | The data point to retrieve the insertion /// index for. | |
return | int |
protected LoadDataPoints ( IEnumerable newItems, IEnumerable oldItems ) : void | ||
newItems | IEnumerable | The items to load. |
oldItems | IEnumerable | The items to remove. |
return | void |
protected OnBeforeUpdateDataPoints ( ) : void | ||
return | void |
protected OnDataPointActualDependentValueChanged ( |
||
dataPoint | The data point. | |
oldValue | IComparable | The old value. |
newValue | IComparable | The new value. |
return | void |
protected OnDataPointActualIndependentValueChanged ( |
||
dataPoint | The data point. | |
oldValue | object | The old value. |
newValue | object | The new value. |
return | void |
protected OnDataPointDependentValueChanged ( |
||
dataPoint | The data point. | |
oldValue | IComparable | The old value. |
newValue | IComparable | The new value. |
return | void |
protected OnDataPointIndependentValueChanged ( |
||
dataPoint | The data point. | |
oldValue | object | The old value. |
newValue | object | The new value. |
return | void |
protected OnDataPointStateChanged ( |
||
dataPoint | The data point. | |
oldValue | DataPointState | The old value. |
newValue | DataPointState | The new value. |
return | void |
protected OnDataPointStylePropertyChanged ( |
||
oldValue | Old value. | |
newValue | New value. | |
return | void |
protected OnDataPointsChanged ( IList |
||
newDataPoints | IList |
New active data points. |
oldDataPoints | IList |
Old inactive data points. |
return | void |
protected OnIsSelectionEnabledPropertyChanged ( bool oldValue, bool newValue ) : void | ||
oldValue | bool | Old value. |
newValue | bool | New value. |
return | void |
protected OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void | ||
oldValue | IEnumerable | Old value of the ItemsSource property. |
newValue | IEnumerable | New value of the ItemsSource property. |
return | void |
protected OnItemsSourceCollectionChanged ( IEnumerable collection, |
||
collection | IEnumerable | New value of the collection. |
e | Information about the change. | |
return | void |
protected OnLegendItemStylePropertyChanged ( |
||
oldValue | Old value. | |
newValue | New value. | |
return | void |
protected OnPlotAreaChanged ( |
||
oldValue | The previous plot area. | |
newValue | The new plot area. | |
return | void |
protected OnSelectedItemPropertyChanged ( object oldValue, object newValue ) : void | ||
oldValue | object | The old selected index. |
newValue | object | The new value. |
return | void |
protected OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void | ||
oldValue | ISeriesHost | Old value. |
newValue | ISeriesHost | New value. |
return | void |
protected PrepareDataPoint ( |
||
dataPoint | A data point. | |
dataContext | object | A data context object. |
return | void |
protected RemoveDataPoint ( |
||
dataPoint | The data point to remove. | |
return | void |
protected RemoveObject ( object dataContext ) : |
||
dataContext | object | The object to remove from the series data /// source. |
return |
protected ShouldCreateDataPoint ( object dataContext ) : bool | ||
dataContext | object | The data context that will be used for the /// data point. |
return | bool |
protected abstract UpdateDataPoint ( |
||
dataPoint | The data point to update. | |
return | void |
protected UpdateDataPoints ( IEnumerable |
||
dataPoints | IEnumerable |
A sequence of data points to update. /// |
return | void |
public static DependencyProperty,Windows.UI.Xaml AnimationSequenceProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml DataPointStyleProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml IsSelectionEnabledProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml LegendItemStyleProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml SelectedItemProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml TransitionDurationProperty | ||
return |