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

An axis label for displaying DateTime values.
상속: AxisLabel
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DaysIntervalStringFormatProperty DependencyProperty
HoursIntervalStringFormatProperty DependencyProperty
IntervalTypeProperty DependencyProperty
MillisecondsIntervalStringFormatProperty DependencyProperty
MinutesIntervalStringFormatProperty DependencyProperty
MonthsIntervalStringFormatProperty DependencyProperty
SecondsIntervalStringFormatProperty DependencyProperty
WeeksIntervalStringFormatProperty DependencyProperty
YearsIntervalStringFormatProperty DependencyProperty

공개 메소드들

메소드 설명
DateTimeAxisLabel ( ) : System.Diagnostics.CodeAnalysis

Instantiates a new instance of the DateTimeAxisLabel class.

보호된 메소드들

메소드 설명
OnDaysIntervalStringFormatPropertyChanged ( ) : void

DaysIntervalStringFormatProperty property changed handler.

OnHoursIntervalStringFormatPropertyChanged ( ) : void

HoursIntervalStringFormatProperty property changed handler.

OnIntervalTypePropertyChanged ( DateTimeIntervalType oldValue, DateTimeIntervalType newValue ) : void

IntervalTypeProperty property changed handler.

OnMillisecondsIntervalStringFormatPropertyChanged ( ) : void

MillisecondsIntervalStringFormatProperty property changed handler.

OnMinutesIntervalStringFormatPropertyChanged ( ) : void

MinutesIntervalStringFormatProperty property changed handler.

OnMonthsIntervalStringFormatPropertyChanged ( ) : void

MonthsIntervalStringFormatProperty property changed handler.

OnSecondsIntervalStringFormatPropertyChanged ( ) : void

SecondsIntervalStringFormatProperty property changed handler.

OnWeeksIntervalStringFormatPropertyChanged ( ) : void

WeeksIntervalStringFormatProperty property changed handler.

OnYearsIntervalStringFormatPropertyChanged ( ) : void

YearsIntervalStringFormatProperty property changed handler.

비공개 메소드들

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

DaysIntervalStringFormatProperty property changed handler.

OnHoursIntervalStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

HoursIntervalStringFormatProperty property changed handler.

OnIntervalTypePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

IntervalTypeProperty property changed handler.

OnMillisecondsIntervalStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

MillisecondsIntervalStringFormatProperty property changed handler.

OnMinutesIntervalStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

MinutesIntervalStringFormatProperty property changed handler.

OnMonthsIntervalStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

MonthsIntervalStringFormatProperty property changed handler.

OnSecondsIntervalStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

SecondsIntervalStringFormatProperty property changed handler.

OnWeeksIntervalStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

WeeksIntervalStringFormatProperty property changed handler.

OnYearsIntervalStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

YearsIntervalStringFormatProperty property changed handler.

UpdateFormattedContent ( ) : void

메소드 상세

DateTimeAxisLabel() 공개 메소드

Instantiates a new instance of the DateTimeAxisLabel class.
public DateTimeAxisLabel ( ) : System.Diagnostics.CodeAnalysis
리턴 System.Diagnostics.CodeAnalysis

OnDaysIntervalStringFormatPropertyChanged() 보호된 메소드

DaysIntervalStringFormatProperty property changed handler.
protected OnDaysIntervalStringFormatPropertyChanged ( ) : void
리턴 void

OnHoursIntervalStringFormatPropertyChanged() 보호된 메소드

HoursIntervalStringFormatProperty property changed handler.
protected OnHoursIntervalStringFormatPropertyChanged ( ) : void
리턴 void

OnIntervalTypePropertyChanged() 보호된 메소드

IntervalTypeProperty property changed handler.
protected OnIntervalTypePropertyChanged ( DateTimeIntervalType oldValue, DateTimeIntervalType newValue ) : void
oldValue DateTimeIntervalType Old value.
newValue DateTimeIntervalType New value.
리턴 void

OnMillisecondsIntervalStringFormatPropertyChanged() 보호된 메소드

MillisecondsIntervalStringFormatProperty property changed handler.
protected OnMillisecondsIntervalStringFormatPropertyChanged ( ) : void
리턴 void

OnMinutesIntervalStringFormatPropertyChanged() 보호된 메소드

MinutesIntervalStringFormatProperty property changed handler.
protected OnMinutesIntervalStringFormatPropertyChanged ( ) : void
리턴 void

OnMonthsIntervalStringFormatPropertyChanged() 보호된 메소드

MonthsIntervalStringFormatProperty property changed handler.
protected OnMonthsIntervalStringFormatPropertyChanged ( ) : void
리턴 void

OnSecondsIntervalStringFormatPropertyChanged() 보호된 메소드

SecondsIntervalStringFormatProperty property changed handler.
protected OnSecondsIntervalStringFormatPropertyChanged ( ) : void
리턴 void

OnWeeksIntervalStringFormatPropertyChanged() 보호된 메소드

WeeksIntervalStringFormatProperty property changed handler.
protected OnWeeksIntervalStringFormatPropertyChanged ( ) : void
리턴 void

OnYearsIntervalStringFormatPropertyChanged() 보호된 메소드

YearsIntervalStringFormatProperty property changed handler.
protected OnYearsIntervalStringFormatPropertyChanged ( ) : void
리턴 void

프로퍼티 상세

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

Identifies the DaysIntervalStringFormat dependency property.
public static DependencyProperty DaysIntervalStringFormatProperty
리턴 DependencyProperty

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

Identifies the HoursIntervalStringFormat dependency property.
public static DependencyProperty HoursIntervalStringFormatProperty
리턴 DependencyProperty

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

Identifies the IntervalType dependency property.
public static DependencyProperty IntervalTypeProperty
리턴 DependencyProperty

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

Identifies the MillisecondsIntervalStringFormat dependency property.
public static DependencyProperty MillisecondsIntervalStringFormatProperty
리턴 DependencyProperty

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

Identifies the MinutesIntervalStringFormat dependency property.
public static DependencyProperty MinutesIntervalStringFormatProperty
리턴 DependencyProperty

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

Identifies the MonthsIntervalStringFormat dependency property.
public static DependencyProperty MonthsIntervalStringFormatProperty
리턴 DependencyProperty

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

Identifies the SecondsIntervalStringFormat dependency property.
public static DependencyProperty SecondsIntervalStringFormatProperty
리턴 DependencyProperty

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

Identifies the WeeksIntervalStringFormat dependency property.
public static DependencyProperty WeeksIntervalStringFormatProperty
리턴 DependencyProperty

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

Identifies the YearsIntervalStringFormat dependency property.
public static DependencyProperty YearsIntervalStringFormatProperty
리턴 DependencyProperty