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

Inheritance: Windows.UI.Xaml.Controls.Control
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Свойство Type Description
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

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

DataPoint() protected méthode

Initializes a new instance of the DataPoint class.
protected DataPoint ( ) : System
Résultat System

OnActualDependentValuePropertyChanged() protected méthode

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.
Résultat void

OnActualIndependentValuePropertyChanged() protected méthode

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.
Résultat void

OnApplyTemplate() protected méthode

Builds the visual tree for the DataPoint when a new template is applied.
protected OnApplyTemplate ( ) : void
Résultat void

OnDependentValuePropertyChanged() protected méthode

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.
Résultat void

OnDependentValueStringFormatPropertyChanged() protected méthode

Called when DependentValueStringFormat property changes.
protected OnDependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void
oldValue string The value to be replaced.
newValue string The new value.
Résultat void

OnIndependentValuePropertyChanged() protected méthode

Called when the IndependentValue property changes.
protected OnIndependentValuePropertyChanged ( object oldValue, object newValue ) : void
oldValue object The old value.
newValue object The new value.
Résultat void

OnIndependentValueStringFormatPropertyChanged() protected méthode

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.
Résultat void

OnIsHoveredPropertyChanged() protected méthode

IsHoveredProperty property changed handler.
protected OnIsHoveredPropertyChanged ( bool oldValue, bool newValue ) : void
oldValue bool Old value.
newValue bool New value.
Résultat void

OnIsSelectedPropertyChanged() protected méthode

IsSelectedProperty property changed handler.
protected OnIsSelectedPropertyChanged ( bool oldValue, bool newValue ) : void
oldValue bool The value to be replaced.
newValue bool The new value.
Résultat void

OnIsSelectionEnabledPropertyChanged() protected méthode

IsSelectionEnabledProperty property changed handler.
protected OnIsSelectionEnabledPropertyChanged ( bool oldValue, bool newValue ) : void
oldValue bool Old value.
newValue bool New value.
Résultat void

OnPointerEntered() protected méthode

protected OnPointerEntered ( Windows e ) : void
e Windows
Résultat void

OnPointerExited() protected méthode

protected OnPointerExited ( Windows e ) : void
e Windows
Résultat void

OnPointerPressed() protected méthode

protected OnPointerPressed ( Windows e ) : void
e Windows
Résultat void

OnStatePropertyChanged() protected méthode

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.
Résultat void

Property Details

ActualDependentValueProperty public_oe static_oe property

Identifies the ActualDependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualDependentValueProperty
Résultat Windows.UI.Xaml.DependencyProperty

ActualIndependentValueProperty public_oe static_oe property

Identifies the ActualIndependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualIndependentValueProperty
Résultat Windows.UI.Xaml.DependencyProperty

DependentValueProperty public_oe static_oe property

Identifies the DependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml DependentValueProperty
Résultat Windows.UI.Xaml.DependencyProperty

DependentValueStringFormatProperty public_oe static_oe property

Identifies the DependentValueStringFormat dependency property.
public static DependencyProperty,Windows.UI.Xaml DependentValueStringFormatProperty
Résultat Windows.UI.Xaml.DependencyProperty

FormattedDependentValueProperty public_oe static_oe property

Identifies the FormattedDependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml FormattedDependentValueProperty
Résultat Windows.UI.Xaml.DependencyProperty

FormattedIndependentValueProperty public_oe static_oe property

Identifies the FormattedIndependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml FormattedIndependentValueProperty
Résultat Windows.UI.Xaml.DependencyProperty

IndependentValueProperty public_oe static_oe property

Identifies the IndependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml IndependentValueProperty
Résultat Windows.UI.Xaml.DependencyProperty

IndependentValueStringFormatProperty public_oe static_oe property

Identifies the IndependentValueStringFormat dependency property.
public static DependencyProperty,Windows.UI.Xaml IndependentValueStringFormatProperty
Résultat Windows.UI.Xaml.DependencyProperty

IsSelectionEnabledProperty public_oe static_oe property

Identifies the IsSelectionEnabled dependency property.
public static DependencyProperty,Windows.UI.Xaml IsSelectionEnabledProperty
Résultat Windows.UI.Xaml.DependencyProperty