Property | Type | Description | |
---|---|---|---|
DependentRangeAxisProperty | |||
IndependentAxisProperty |
Method | Description | |
---|---|---|
ScatterSeries ( ) : System |
Initializes a new instance of the ScatterSeries class.
|
Method | Description | |
---|---|---|
CreateDataPoint ( ) : |
Creates a new scatter data point.
|
|
GetAxes ( |
Acquire a horizontal linear axis and a vertical linear axis.
|
|
GetResourceDictionaryEnumeratorFromHost ( ) : IEnumerator |
Returns the custom ResourceDictionary to use for necessary resources.
|
|
UpdateDataPoint ( |
This method updates a single data point.
|
Method | Description | |
---|---|---|
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 GetAxes ( |
||
firstDataPoint | The first data point. | |
return | void |
protected GetResourceDictionaryEnumeratorFromHost ( ) : IEnumerator |
||
return | IEnumerator |
protected UpdateDataPoint ( |
||
dataPoint | The data point to update. | |
return | void |
public static DependencyProperty,Windows.UI.Xaml DependentRangeAxisProperty | ||
return |