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

Inheritance: DataPoint
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
ActualOffsetRatioProperty Windows.UI.Xaml.DependencyProperty
ActualRatioProperty Windows.UI.Xaml.DependencyProperty
FormattedRatioProperty Windows.UI.Xaml.DependencyProperty
GeometryHighlightProperty Windows.UI.Xaml.DependencyProperty
GeometryProperty Windows.UI.Xaml.DependencyProperty
GeometrySelectionProperty Windows.UI.Xaml.DependencyProperty
OffsetRatioProperty Windows.UI.Xaml.DependencyProperty
RatioProperty DependencyProperty
RatioStringFormatProperty DependencyProperty

Private Properties

Свойство Type Description
OnActualOffsetRatioPropertyChanged void
OnActualOffsetRatioPropertyChanged void
OnActualRatioPropertyChanged void
OnActualRatioPropertyChanged void
OnOffsetRatioPropertyChanged void
OnOffsetRatioPropertyChanged void
OnRatioPropertyChanged void
OnRatioPropertyChanged void
OnRatioStringFormatPropertyChanged void
OnRatioStringFormatPropertyChanged void
SliceElementOnPointerEntered void
SliceElementOnPointerExited void

Méthodes publiques

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

Initializes a new instance of the PieDataPoint class.

Méthodes protégées

Méthode Description
OnApplyTemplate ( ) : void

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

OnPointerEntered ( PointerRoutedEventArgs e ) : void
OnPointerExited ( PointerRoutedEventArgs e ) : void

Private Methods

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

Called when the value of the ActualOffsetRatioProperty property changes.

OnActualOffsetRatioPropertyChanged ( double oldValue, double newValue ) : void

Called when the value of the ActualOffsetRatioProperty property changes.

OnActualRatioPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the value of the ActualRatioProperty property changes.

OnActualRatioPropertyChanged ( double oldValue, double newValue ) : void

Called when the value of the ActualRatioProperty property changes.

OnOffsetRatioPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the value of the OffsetRatioProperty property changes.

OnOffsetRatioPropertyChanged ( double oldValue, double newValue ) : void

Called when the value of the OffsetRatioProperty property changes.

OnRatioPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the value of the RatioProperty property changes.

OnRatioPropertyChanged ( double oldValue, double newValue ) : void

Called when the value of the RatioProperty property changes.

OnRatioStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the value of the RatioStringFormatProperty property changes.

OnRatioStringFormatPropertyChanged ( string newValue ) : void

Called when the value of the RatioStringFormatProperty property changes.

SliceElementOnPointerEntered ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void
SliceElementOnPointerExited ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void

Method Details

OnApplyTemplate() protected méthode

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

OnPointerEntered() protected méthode

protected OnPointerEntered ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

OnPointerExited() protected méthode

protected OnPointerExited ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

PieDataPoint() public méthode

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

Property Details

ActualOffsetRatioProperty public_oe static_oe property

Identifies the ActualOffsetRatio dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualOffsetRatioProperty
Résultat Windows.UI.Xaml.DependencyProperty

ActualRatioProperty public_oe static_oe property

Identifies the ActualRatio dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualRatioProperty
Résultat Windows.UI.Xaml.DependencyProperty

FormattedRatioProperty public_oe static_oe property

Identifies the FormattedRatio dependency property.
public static DependencyProperty,Windows.UI.Xaml FormattedRatioProperty
Résultat Windows.UI.Xaml.DependencyProperty

GeometryHighlightProperty public_oe static_oe property

Identifies the GeometryHighlight dependency property.
public static DependencyProperty,Windows.UI.Xaml GeometryHighlightProperty
Résultat Windows.UI.Xaml.DependencyProperty

GeometryProperty public_oe static_oe property

Identifies the Geometry dependency property.
public static DependencyProperty,Windows.UI.Xaml GeometryProperty
Résultat Windows.UI.Xaml.DependencyProperty

GeometrySelectionProperty public_oe static_oe property

Identifies the GeometrySelection dependency property.
public static DependencyProperty,Windows.UI.Xaml GeometrySelectionProperty
Résultat Windows.UI.Xaml.DependencyProperty

OffsetRatioProperty public_oe static_oe property

Identifies the OffsetRatio dependency property.
public static DependencyProperty,Windows.UI.Xaml OffsetRatioProperty
Résultat Windows.UI.Xaml.DependencyProperty

RatioProperty public_oe static_oe property

Identifies the Ratio dependency property.
public static DependencyProperty RatioProperty
Résultat DependencyProperty

RatioStringFormatProperty public_oe static_oe property

Identifies the RatioStringFormat dependency property.
public static DependencyProperty RatioStringFormatProperty
Résultat DependencyProperty