C# Класс WinRTXamlToolkit.Controls.DataVisualization.Charting.AxisLabel

A label used to display data in an axis.
Наследование: Windows.UI.Xaml.Controls.Control
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FormattedContentProperty Windows.UI.Xaml.DependencyProperty
StringFormatProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
AxisLabel ( ) : Windows.UI.Xaml

Instantiates a new instance of the AxisLabel class.

Защищенные методы

Метод Описание
OnStringFormatPropertyChanged ( string newValue ) : void

StringFormatProperty property changed handler.

UpdateFormattedContent ( ) : void

Updates the formatted text.

Приватные методы

Метод Описание
OnStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

StringFormatProperty property changed handler.

Описание методов

AxisLabel() публичный Метод

Instantiates a new instance of the AxisLabel class.
public AxisLabel ( ) : Windows.UI.Xaml
Результат Windows.UI.Xaml

OnStringFormatPropertyChanged() защищенный Метод

StringFormatProperty property changed handler.
protected OnStringFormatPropertyChanged ( string newValue ) : void
newValue string New value.
Результат void

UpdateFormattedContent() защищенный Метод

Updates the formatted text.
protected UpdateFormattedContent ( ) : void
Результат void

Описание свойств

FormattedContentProperty публичное статическое свойство

Identifies the FormattedContent dependency property.
public static DependencyProperty,Windows.UI.Xaml FormattedContentProperty
Результат Windows.UI.Xaml.DependencyProperty

StringFormatProperty публичное статическое свойство

Identifies the StringFormat dependency property.
public static DependencyProperty,Windows.UI.Xaml StringFormatProperty
Результат Windows.UI.Xaml.DependencyProperty