Property | Type | Description | |
---|---|---|---|
DependentRangeAxisProperty | |||
IndependentAxisProperty |
Method | Description | |
---|---|---|
BubbleSeries ( ) : System |
Initializes a new instance of the bubble series.
|
Method | Description | |
---|---|---|
AttachEventHandlersToDataPoint ( |
Attaches size change and actual size change event handlers to the data point.
|
|
CreateDataPoint ( ) : |
Creates a new instance of bubble data point.
|
|
DetachEventHandlersFromDataPoint ( |
Detaches size change and actual size change event handlers from the data point.
|
|
GetAxes ( |
Acquire a horizontal linear axis and a vertical linear axis.
|
|
GetResourceDictionaryEnumeratorFromHost ( ) : IEnumerator |
Returns the custom ResourceDictionary to use for necessary resources.
|
|
GetValueMargins ( IValueMarginConsumer consumer ) : IEnumerable |
The margins required for each value.
|
|
OnAfterUpdateDataPoints ( ) : void |
Updates the value margins after all data points are updated.
|
|
OnBeforeUpdateDataPoints ( ) : void |
Calculates the range of ActualSize values of all active BubbleDataPoints.
|
|
PrepareDataPoint ( |
Prepares a bubble data point by binding the size value binding to the size property.
|
|
UpdateDataPoint ( |
Updates the data point's visual representation.
|
|
UpdateDataPoints ( IEnumerable |
Ensure that if any data points are updated, all data points are updated.
|
Method | Description | |
---|---|---|
BubbleDataPointActualSizePropertyChanged ( object sender, RoutedPropertyChangedEventArgs |
Updates all data points when the actual size property of a data point changes.
|
|
BubbleDataPointSizePropertyChanged ( object sender, RoutedPropertyChangedEventArgs |
Animates the value of the ActualSize property to the size property when it changes.
|
|
OnDependentRangeAxisPropertyChanged ( |
DependentRangeAxisProperty property changed handler.
|
|
OnDependentRangeAxisPropertyChanged ( IRangeAxis newValue ) : void |
DependentRangeAxisProperty property changed handler.
|
|
OnIndependentAxisPropertyChanged ( |
IndependentAxisProperty property changed handler.
|
|
OnIndependentAxisPropertyChanged ( IAxis newValue ) : void |
IndependentAxisProperty property changed handler.
|
protected AttachEventHandlersToDataPoint ( |
||
dataPoint | The data point. | |
return | void |
protected DetachEventHandlersFromDataPoint ( |
||
dataPoint | The data point. | |
return | void |
protected GetAxes ( |
||
firstDataPoint | The first data point. | |
return | void |
protected GetResourceDictionaryEnumeratorFromHost ( ) : IEnumerator |
||
return | IEnumerator |
protected GetValueMargins ( IValueMarginConsumer consumer ) : IEnumerable |
||
consumer | IValueMarginConsumer | The consumer to return the value margins for. |
return | IEnumerable |
protected OnBeforeUpdateDataPoints ( ) : void | ||
return | void |
protected PrepareDataPoint ( |
||
dataPoint | The data point to prepare. | |
dataContext | object | The data context of the data point. /// |
return | void |
protected UpdateDataPoint ( |
||
dataPoint | The data point. | |
return | void |
protected UpdateDataPoints ( IEnumerable |
||
dataPoints | IEnumerable |
The data points to update. |
return | void |
public static DependencyProperty,Windows.UI.Xaml DependentRangeAxisProperty | ||
return |