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

A label used to display data in an axis.
상속: Windows.UI.Xaml.Controls.Control
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

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

공개 메소드들

메소드 설명
AxisLabel ( ) : Windows.UI.Xaml

Instantiates a new instance of the AxisLabel class.

보호된 메소드들

메소드 설명
OnStringFormatPropertyChanged ( string newValue ) : void

StringFormatProperty property changed handler.

UpdateFormattedContent ( ) : void

Updates the formatted text.

비공개 메소드들

메소드 설명
OnStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

StringFormatProperty property changed handler.

메소드 상세

AxisLabel() 공개 메소드

Instantiates a new instance of the AxisLabel class.
public AxisLabel ( ) : Windows.UI.Xaml
리턴 Windows.UI.Xaml

OnStringFormatPropertyChanged() 보호된 메소드

StringFormatProperty property changed handler.
protected OnStringFormatPropertyChanged ( string newValue ) : void
newValue string New value.
리턴 void

UpdateFormattedContent() 보호된 메소드

Updates the formatted text.
protected UpdateFormattedContent ( ) : void
리턴 void

프로퍼티 상세

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

Identifies the FormattedContent dependency property.
public static DependencyProperty,Windows.UI.Xaml FormattedContentProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the StringFormat dependency property.
public static DependencyProperty,Windows.UI.Xaml StringFormatProperty
리턴 Windows.UI.Xaml.DependencyProperty