C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.ScatterSeries

Inheritance: DataPointSingleSeriesWithAxes
Show file Open project: xyzzer/WinRTXamlToolkit

Public Properties

Property Type Description
DependentRangeAxisProperty Windows.UI.Xaml.DependencyProperty
IndependentAxisProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
ScatterSeries ( ) : System

Initializes a new instance of the ScatterSeries class.

Protected Methods

Method Description
CreateDataPoint ( ) : DataPoint

Creates a new scatter data point.

GetAxes ( DataPoint firstDataPoint ) : void

Acquire a horizontal linear axis and a vertical linear axis.

GetResourceDictionaryEnumeratorFromHost ( ) : IEnumerator

Returns the custom ResourceDictionary to use for necessary resources.

UpdateDataPoint ( DataPoint dataPoint ) : void

This method updates a single data point.

Private Methods

Method Description
OnDependentRangeAxisPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

DependentRangeAxisProperty property changed handler.

OnDependentRangeAxisPropertyChanged ( IRangeAxis newValue ) : void

DependentRangeAxisProperty property changed handler.

OnIndependentAxisPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

IndependentAxisProperty property changed handler.

OnIndependentAxisPropertyChanged ( IAxis newValue ) : void

IndependentAxisProperty property changed handler.

Method Details

CreateDataPoint() protected method

Creates a new scatter data point.
protected CreateDataPoint ( ) : DataPoint
return DataPoint

GetAxes() protected method

Acquire a horizontal linear axis and a vertical linear axis.
protected GetAxes ( DataPoint firstDataPoint ) : void
firstDataPoint DataPoint The first data point.
return void

GetResourceDictionaryEnumeratorFromHost() protected method

Returns the custom ResourceDictionary to use for necessary resources.
protected GetResourceDictionaryEnumeratorFromHost ( ) : IEnumerator
return IEnumerator

ScatterSeries() public method

Initializes a new instance of the ScatterSeries class.
public ScatterSeries ( ) : System
return System

UpdateDataPoint() protected method

This method updates a single data point.
protected UpdateDataPoint ( DataPoint dataPoint ) : void
dataPoint DataPoint The data point to update.
return void

Property Details

DependentRangeAxisProperty public static property

Identifies the DependentRangeAxis dependency property.
public static DependencyProperty,Windows.UI.Xaml DependentRangeAxisProperty
return Windows.UI.Xaml.DependencyProperty

IndependentAxisProperty public static property

Identifies the IndependentAxis dependency property.
public static DependencyProperty,Windows.UI.Xaml IndependentAxisProperty
return Windows.UI.Xaml.DependencyProperty