C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.DateTimeAxisLabel

An axis label for displaying DateTime values.
Inheritance: AxisLabel
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
DaysIntervalStringFormatProperty DependencyProperty
HoursIntervalStringFormatProperty DependencyProperty
IntervalTypeProperty DependencyProperty
MillisecondsIntervalStringFormatProperty DependencyProperty
MinutesIntervalStringFormatProperty DependencyProperty
MonthsIntervalStringFormatProperty DependencyProperty
SecondsIntervalStringFormatProperty DependencyProperty
WeeksIntervalStringFormatProperty DependencyProperty
YearsIntervalStringFormatProperty DependencyProperty

Méthodes publiques

Méthode Description
DateTimeAxisLabel ( ) : System.Diagnostics.CodeAnalysis

Instantiates a new instance of the DateTimeAxisLabel class.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
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

Method Details

DateTimeAxisLabel() public méthode

Instantiates a new instance of the DateTimeAxisLabel class.
public DateTimeAxisLabel ( ) : System.Diagnostics.CodeAnalysis
Résultat System.Diagnostics.CodeAnalysis

OnDaysIntervalStringFormatPropertyChanged() protected méthode

DaysIntervalStringFormatProperty property changed handler.
protected OnDaysIntervalStringFormatPropertyChanged ( ) : void
Résultat void

OnHoursIntervalStringFormatPropertyChanged() protected méthode

HoursIntervalStringFormatProperty property changed handler.
protected OnHoursIntervalStringFormatPropertyChanged ( ) : void
Résultat void

OnIntervalTypePropertyChanged() protected méthode

IntervalTypeProperty property changed handler.
protected OnIntervalTypePropertyChanged ( DateTimeIntervalType oldValue, DateTimeIntervalType newValue ) : void
oldValue DateTimeIntervalType Old value.
newValue DateTimeIntervalType New value.
Résultat void

OnMillisecondsIntervalStringFormatPropertyChanged() protected méthode

MillisecondsIntervalStringFormatProperty property changed handler.
protected OnMillisecondsIntervalStringFormatPropertyChanged ( ) : void
Résultat void

OnMinutesIntervalStringFormatPropertyChanged() protected méthode

MinutesIntervalStringFormatProperty property changed handler.
protected OnMinutesIntervalStringFormatPropertyChanged ( ) : void
Résultat void

OnMonthsIntervalStringFormatPropertyChanged() protected méthode

MonthsIntervalStringFormatProperty property changed handler.
protected OnMonthsIntervalStringFormatPropertyChanged ( ) : void
Résultat void

OnSecondsIntervalStringFormatPropertyChanged() protected méthode

SecondsIntervalStringFormatProperty property changed handler.
protected OnSecondsIntervalStringFormatPropertyChanged ( ) : void
Résultat void

OnWeeksIntervalStringFormatPropertyChanged() protected méthode

WeeksIntervalStringFormatProperty property changed handler.
protected OnWeeksIntervalStringFormatPropertyChanged ( ) : void
Résultat void

OnYearsIntervalStringFormatPropertyChanged() protected méthode

YearsIntervalStringFormatProperty property changed handler.
protected OnYearsIntervalStringFormatPropertyChanged ( ) : void
Résultat void

Property Details

DaysIntervalStringFormatProperty public_oe static_oe property

Identifies the DaysIntervalStringFormat dependency property.
public static DependencyProperty DaysIntervalStringFormatProperty
Résultat DependencyProperty

HoursIntervalStringFormatProperty public_oe static_oe property

Identifies the HoursIntervalStringFormat dependency property.
public static DependencyProperty HoursIntervalStringFormatProperty
Résultat DependencyProperty

IntervalTypeProperty public_oe static_oe property

Identifies the IntervalType dependency property.
public static DependencyProperty IntervalTypeProperty
Résultat DependencyProperty

MillisecondsIntervalStringFormatProperty public_oe static_oe property

Identifies the MillisecondsIntervalStringFormat dependency property.
public static DependencyProperty MillisecondsIntervalStringFormatProperty
Résultat DependencyProperty

MinutesIntervalStringFormatProperty public_oe static_oe property

Identifies the MinutesIntervalStringFormat dependency property.
public static DependencyProperty MinutesIntervalStringFormatProperty
Résultat DependencyProperty

MonthsIntervalStringFormatProperty public_oe static_oe property

Identifies the MonthsIntervalStringFormat dependency property.
public static DependencyProperty MonthsIntervalStringFormatProperty
Résultat DependencyProperty

SecondsIntervalStringFormatProperty public_oe static_oe property

Identifies the SecondsIntervalStringFormat dependency property.
public static DependencyProperty SecondsIntervalStringFormatProperty
Résultat DependencyProperty

WeeksIntervalStringFormatProperty public_oe static_oe property

Identifies the WeeksIntervalStringFormat dependency property.
public static DependencyProperty WeeksIntervalStringFormatProperty
Résultat DependencyProperty

YearsIntervalStringFormatProperty public_oe static_oe property

Identifies the YearsIntervalStringFormat dependency property.
public static DependencyProperty YearsIntervalStringFormatProperty
Résultat DependencyProperty