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

A label used to display data in an axis.
Inheritance: Windows.UI.Xaml.Controls.Control
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit

Public Properties

Property Type Description
FormattedContentProperty Windows.UI.Xaml.DependencyProperty
StringFormatProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
AxisLabel ( ) : Windows.UI.Xaml

Instantiates a new instance of the AxisLabel class.

Protected Methods

Method Description
OnStringFormatPropertyChanged ( string newValue ) : void

StringFormatProperty property changed handler.

UpdateFormattedContent ( ) : void

Updates the formatted text.

Private Methods

Method Description
OnStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

StringFormatProperty property changed handler.

Method Details

AxisLabel() public method

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

OnStringFormatPropertyChanged() protected method

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

UpdateFormattedContent() protected method

Updates the formatted text.
protected UpdateFormattedContent ( ) : void
return void

Property Details

FormattedContentProperty public_oe static_oe property

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

StringFormatProperty public_oe static_oe property

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