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

Inheritance: DataPointSingleSeriesWithAxes
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Свойство Type Description
DependentRangeAxisProperty Windows.UI.Xaml.DependencyProperty
IndependentAxisProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
ScatterSeries ( ) : System

Initializes a new instance of the ScatterSeries class.

Méthodes protégées

Méthode 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

Méthode 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 méthode

Creates a new scatter data point.
protected CreateDataPoint ( ) : DataPoint
Résultat DataPoint

GetAxes() protected méthode

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

GetResourceDictionaryEnumeratorFromHost() protected méthode

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

ScatterSeries() public méthode

Initializes a new instance of the ScatterSeries class.
public ScatterSeries ( ) : System
Résultat System

UpdateDataPoint() protected méthode

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

Property Details

DependentRangeAxisProperty public_oe static_oe property

Identifies the DependentRangeAxis dependency property.
public static DependencyProperty,Windows.UI.Xaml DependentRangeAxisProperty
Résultat Windows.UI.Xaml.DependencyProperty

IndependentAxisProperty public_oe static_oe property

Identifies the IndependentAxis dependency property.
public static DependencyProperty,Windows.UI.Xaml IndependentAxisProperty
Résultat Windows.UI.Xaml.DependencyProperty