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

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

Méthodes publiques

Свойство Type Description
FormattedContentProperty Windows.UI.Xaml.DependencyProperty
StringFormatProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
AxisLabel ( ) : Windows.UI.Xaml

Instantiates a new instance of the AxisLabel class.

Méthodes protégées

Méthode Description
OnStringFormatPropertyChanged ( string newValue ) : void

StringFormatProperty property changed handler.

UpdateFormattedContent ( ) : void

Updates the formatted text.

Private Methods

Méthode Description
OnStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

StringFormatProperty property changed handler.

Method Details

AxisLabel() public méthode

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

OnStringFormatPropertyChanged() protected méthode

StringFormatProperty property changed handler.
protected OnStringFormatPropertyChanged ( string newValue ) : void
newValue string New value.
Résultat void

UpdateFormattedContent() protected méthode

Updates the formatted text.
protected UpdateFormattedContent ( ) : void
Résultat void

Property Details

FormattedContentProperty public_oe static_oe property

Identifies the FormattedContent dependency property.
public static DependencyProperty,Windows.UI.Xaml FormattedContentProperty
Résultat Windows.UI.Xaml.DependencyProperty

StringFormatProperty public_oe static_oe property

Identifies the StringFormat dependency property.
public static DependencyProperty,Windows.UI.Xaml StringFormatProperty
Résultat Windows.UI.Xaml.DependencyProperty