C# Класс WinRTXamlToolkit.Controls.DataVisualization.Charting.ScatterSeries

Наследование: DataPointSingleSeriesWithAxes
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DependentRangeAxisProperty Windows.UI.Xaml.DependencyProperty
IndependentAxisProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
ScatterSeries ( ) : System

Initializes a new instance of the ScatterSeries class.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

CreateDataPoint() защищенный Метод

Creates a new scatter data point.
protected CreateDataPoint ( ) : DataPoint
Результат DataPoint

GetAxes() защищенный Метод

Acquire a horizontal linear axis and a vertical linear axis.
protected GetAxes ( DataPoint firstDataPoint ) : void
firstDataPoint DataPoint The first data point.
Результат void

GetResourceDictionaryEnumeratorFromHost() защищенный Метод

Returns the custom ResourceDictionary to use for necessary resources.
protected GetResourceDictionaryEnumeratorFromHost ( ) : IEnumerator
Результат IEnumerator

ScatterSeries() публичный Метод

Initializes a new instance of the ScatterSeries class.
public ScatterSeries ( ) : System
Результат System

UpdateDataPoint() защищенный Метод

This method updates a single data point.
protected UpdateDataPoint ( DataPoint dataPoint ) : void
dataPoint DataPoint The data point to update.
Результат void

Описание свойств

DependentRangeAxisProperty публичное статическое свойство

Identifies the DependentRangeAxis dependency property.
public static DependencyProperty,Windows.UI.Xaml DependentRangeAxisProperty
Результат Windows.UI.Xaml.DependencyProperty

IndependentAxisProperty публичное статическое свойство

Identifies the IndependentAxis dependency property.
public static DependencyProperty,Windows.UI.Xaml IndependentAxisProperty
Результат Windows.UI.Xaml.DependencyProperty