C# 클래스 WinRTXamlToolkit.Controls.DataVisualization.Charting.ScatterSeries

상속: DataPointSingleSeriesWithAxes
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
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