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

An axis label for displaying DateTime values.
Inheritance: AxisLabel
Datei anzeigen Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Properties

Property Type Description
DaysIntervalStringFormatProperty DependencyProperty
HoursIntervalStringFormatProperty DependencyProperty
IntervalTypeProperty DependencyProperty
MillisecondsIntervalStringFormatProperty DependencyProperty
MinutesIntervalStringFormatProperty DependencyProperty
MonthsIntervalStringFormatProperty DependencyProperty
SecondsIntervalStringFormatProperty DependencyProperty
WeeksIntervalStringFormatProperty DependencyProperty
YearsIntervalStringFormatProperty DependencyProperty

Public Methods

Method Description
DateTimeAxisLabel ( ) : System.Diagnostics.CodeAnalysis

Instantiates a new instance of the DateTimeAxisLabel class.

Protected Methods

Method 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

Method 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 method

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

OnDaysIntervalStringFormatPropertyChanged() protected method

DaysIntervalStringFormatProperty property changed handler.
protected OnDaysIntervalStringFormatPropertyChanged ( ) : void
return void

OnHoursIntervalStringFormatPropertyChanged() protected method

HoursIntervalStringFormatProperty property changed handler.
protected OnHoursIntervalStringFormatPropertyChanged ( ) : void
return void

OnIntervalTypePropertyChanged() protected method

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

OnMillisecondsIntervalStringFormatPropertyChanged() protected method

MillisecondsIntervalStringFormatProperty property changed handler.
protected OnMillisecondsIntervalStringFormatPropertyChanged ( ) : void
return void

OnMinutesIntervalStringFormatPropertyChanged() protected method

MinutesIntervalStringFormatProperty property changed handler.
protected OnMinutesIntervalStringFormatPropertyChanged ( ) : void
return void

OnMonthsIntervalStringFormatPropertyChanged() protected method

MonthsIntervalStringFormatProperty property changed handler.
protected OnMonthsIntervalStringFormatPropertyChanged ( ) : void
return void

OnSecondsIntervalStringFormatPropertyChanged() protected method

SecondsIntervalStringFormatProperty property changed handler.
protected OnSecondsIntervalStringFormatPropertyChanged ( ) : void
return void

OnWeeksIntervalStringFormatPropertyChanged() protected method

WeeksIntervalStringFormatProperty property changed handler.
protected OnWeeksIntervalStringFormatPropertyChanged ( ) : void
return void

OnYearsIntervalStringFormatPropertyChanged() protected method

YearsIntervalStringFormatProperty property changed handler.
protected OnYearsIntervalStringFormatPropertyChanged ( ) : void
return void

Property Details

DaysIntervalStringFormatProperty public_oe static_oe property

Identifies the DaysIntervalStringFormat dependency property.
public static DependencyProperty DaysIntervalStringFormatProperty
return DependencyProperty

HoursIntervalStringFormatProperty public_oe static_oe property

Identifies the HoursIntervalStringFormat dependency property.
public static DependencyProperty HoursIntervalStringFormatProperty
return DependencyProperty

IntervalTypeProperty public_oe static_oe property

Identifies the IntervalType dependency property.
public static DependencyProperty IntervalTypeProperty
return DependencyProperty

MillisecondsIntervalStringFormatProperty public_oe static_oe property

Identifies the MillisecondsIntervalStringFormat dependency property.
public static DependencyProperty MillisecondsIntervalStringFormatProperty
return DependencyProperty

MinutesIntervalStringFormatProperty public_oe static_oe property

Identifies the MinutesIntervalStringFormat dependency property.
public static DependencyProperty MinutesIntervalStringFormatProperty
return DependencyProperty

MonthsIntervalStringFormatProperty public_oe static_oe property

Identifies the MonthsIntervalStringFormat dependency property.
public static DependencyProperty MonthsIntervalStringFormatProperty
return DependencyProperty

SecondsIntervalStringFormatProperty public_oe static_oe property

Identifies the SecondsIntervalStringFormat dependency property.
public static DependencyProperty SecondsIntervalStringFormatProperty
return DependencyProperty

WeeksIntervalStringFormatProperty public_oe static_oe property

Identifies the WeeksIntervalStringFormat dependency property.
public static DependencyProperty WeeksIntervalStringFormatProperty
return DependencyProperty

YearsIntervalStringFormatProperty public_oe static_oe property

Identifies the YearsIntervalStringFormat dependency property.
public static DependencyProperty YearsIntervalStringFormatProperty
return DependencyProperty