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

Наследование: Windows.UI.Xaml.Controls.Control
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ActualDependentValueProperty Windows.UI.Xaml.DependencyProperty
ActualIndependentValueProperty Windows.UI.Xaml.DependencyProperty
DependentValueProperty Windows.UI.Xaml.DependencyProperty
DependentValueStringFormatProperty Windows.UI.Xaml.DependencyProperty
FormattedDependentValueProperty Windows.UI.Xaml.DependencyProperty
FormattedIndependentValueProperty Windows.UI.Xaml.DependencyProperty
IndependentValueProperty Windows.UI.Xaml.DependencyProperty
IndependentValueStringFormatProperty Windows.UI.Xaml.DependencyProperty
IsSelectionEnabledProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Свойство Тип Описание
GoToCurrentRevealState bool
OnActualDependentValuePropertyChanged void
OnActualIndependentValuePropertyChanged void
OnCurrentStateChanged void
OnDependentValuePropertyChanged void
OnDependentValueStringFormatPropertyChanged void
OnIndependentValuePropertyChanged void
OnIndependentValueStringFormatPropertyChanged void
OnIsSelectedPropertyChanged void
OnIsSelectionEnabledPropertyChanged void
OnLoaded void
OnStatePropertyChanged void
SetFormattedProperty void

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

Метод Описание
DataPoint ( ) : System

Initializes a new instance of the DataPoint class.

OnActualDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void

Called when the value of the ActualDependentValue property changes.

OnActualIndependentValuePropertyChanged ( object oldValue, object newValue ) : void

Called when the ActualIndependentValue property changes.

OnApplyTemplate ( ) : void

Builds the visual tree for the DataPoint when a new template is applied.

OnDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void

Called when the DependentValue property changes.

OnDependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void

Called when DependentValueStringFormat property changes.

OnIndependentValuePropertyChanged ( object oldValue, object newValue ) : void

Called when the IndependentValue property changes.

OnIndependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void

Called when the value of the IndependentValueStringFormat property changes.

OnIsHoveredPropertyChanged ( bool oldValue, bool newValue ) : void

IsHoveredProperty property changed handler.

OnIsSelectedPropertyChanged ( bool oldValue, bool newValue ) : void

IsSelectedProperty property changed handler.

OnIsSelectionEnabledPropertyChanged ( bool oldValue, bool newValue ) : void

IsSelectionEnabledProperty property changed handler.

OnPointerEntered ( Windows e ) : void
OnPointerExited ( Windows e ) : void
OnPointerPressed ( Windows e ) : void
OnStatePropertyChanged ( DataPointState oldValue, DataPointState newValue ) : void

Called when the value of the State property changes.

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

Метод Описание
GoToCurrentRevealState ( ) : bool

Updates the Control's visuals to reflect the current state(s).

OnActualDependentValuePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the value of the ActualDependentValue property changes.

OnActualIndependentValuePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the ActualIndependentValue property changes.

OnCurrentStateChanged ( object sender, VisualStateChangedEventArgs e ) : void

Changes the DataPoint object's state after one of the VSM state animations completes.

OnDependentValuePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the DependentValue property changes.

OnDependentValueStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when DependentValueStringFormat property changes.

OnIndependentValuePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the IndependentValue property changes.

OnIndependentValueStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the value of the IndependentValueStringFormat property changes.

OnIsSelectedPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

IsSelectedProperty property changed handler.

OnIsSelectionEnabledPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

IsSelectionEnabledProperty property changed handler.

OnLoaded ( object sender, RoutedEventArgs e ) : void

Handles the Control's Loaded event.

OnStatePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the value of the State property changes.

SetFormattedProperty ( DependencyProperty property, string format, object value ) : void

Sets a dependency property with the specified format.

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

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

Initializes a new instance of the DataPoint class.
protected DataPoint ( ) : System
Результат System

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

Called when the value of the ActualDependentValue property changes.
protected OnActualDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void
oldValue IComparable The value to be replaced.
newValue IComparable The new value.
Результат void

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

Called when the ActualIndependentValue property changes.
protected OnActualIndependentValuePropertyChanged ( object oldValue, object newValue ) : void
oldValue object The value to be replaced.
newValue object The new value.
Результат void

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

Builds the visual tree for the DataPoint when a new template is applied.
protected OnApplyTemplate ( ) : void
Результат void

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

Called when the DependentValue property changes.
protected OnDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void
oldValue IComparable The value to be replaced.
newValue IComparable The new value.
Результат void

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

Called when DependentValueStringFormat property changes.
protected OnDependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void
oldValue string The value to be replaced.
newValue string The new value.
Результат void

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

Called when the IndependentValue property changes.
protected OnIndependentValuePropertyChanged ( object oldValue, object newValue ) : void
oldValue object The old value.
newValue object The new value.
Результат void

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

Called when the value of the IndependentValueStringFormat property changes.
protected OnIndependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void
oldValue string The value to be replaced.
newValue string The new value.
Результат void

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

IsHoveredProperty property changed handler.
protected OnIsHoveredPropertyChanged ( bool oldValue, bool newValue ) : void
oldValue bool Old value.
newValue bool New value.
Результат void

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

IsSelectedProperty property changed handler.
protected OnIsSelectedPropertyChanged ( bool oldValue, bool newValue ) : void
oldValue bool The value to be replaced.
newValue bool The new value.
Результат void

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

IsSelectionEnabledProperty property changed handler.
protected OnIsSelectionEnabledPropertyChanged ( bool oldValue, bool newValue ) : void
oldValue bool Old value.
newValue bool New value.
Результат void

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

protected OnPointerEntered ( Windows e ) : void
e Windows
Результат void

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

protected OnPointerExited ( Windows e ) : void
e Windows
Результат void

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

protected OnPointerPressed ( Windows e ) : void
e Windows
Результат void

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

Called when the value of the State property changes.
protected OnStatePropertyChanged ( DataPointState oldValue, DataPointState newValue ) : void
oldValue DataPointState The value to be replaced.
newValue DataPointState The new value.
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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