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

Represents a control that contains a data series.
상속: Windows.UI.Xaml.Controls.Control, ISeries, IRequireSeriesHost
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
TitleProperty Windows.UI.Xaml.DependencyProperty

보호된 메소드들

메소드 설명
OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void

Called when the value of the SeriesHost property changes.

OnTitleChanged ( object oldValue, object newValue ) : void

Called when the Title property changes.

Series ( ) : System

Initializes a new instance of the Series class.

비공개 메소드들

메소드 설명
OnTitleChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

TitleProperty property changed callback.

메소드 상세

OnSeriesHostPropertyChanged() 보호된 메소드

Called when the value of the SeriesHost property changes.
protected OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void
oldValue ISeriesHost The value to be replaced.
newValue ISeriesHost The new series host value.
리턴 void

OnTitleChanged() 보호된 메소드

Called when the Title property changes.
protected OnTitleChanged ( object oldValue, object newValue ) : void
oldValue object The old value of the Title property.
newValue object The new value of the Title property.
리턴 void

Series() 보호된 메소드

Initializes a new instance of the Series class.
protected Series ( ) : System
리턴 System

프로퍼티 상세

TitleProperty 공개적으로 정적으로 프로퍼티

Identifies the Title dependency property.
public static DependencyProperty,Windows.UI.Xaml TitleProperty
리턴 Windows.UI.Xaml.DependencyProperty