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

Inheritance: DataPoint
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Properties

Property 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

Property 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

Public Methods

Method Description
PieDataPoint ( ) : Windows.UI.Xaml

Initializes a new instance of the PieDataPoint class.

Protected Methods

Method 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

Method 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 method

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

OnPointerEntered() protected method

protected OnPointerEntered ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
return void

OnPointerExited() protected method

protected OnPointerExited ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
return void

PieDataPoint() public method

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

Property Details

ActualOffsetRatioProperty public_oe static_oe property

Identifies the ActualOffsetRatio dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualOffsetRatioProperty
return Windows.UI.Xaml.DependencyProperty

ActualRatioProperty public_oe static_oe property

Identifies the ActualRatio dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualRatioProperty
return Windows.UI.Xaml.DependencyProperty

FormattedRatioProperty public_oe static_oe property

Identifies the FormattedRatio dependency property.
public static DependencyProperty,Windows.UI.Xaml FormattedRatioProperty
return Windows.UI.Xaml.DependencyProperty

GeometryHighlightProperty public_oe static_oe property

Identifies the GeometryHighlight dependency property.
public static DependencyProperty,Windows.UI.Xaml GeometryHighlightProperty
return Windows.UI.Xaml.DependencyProperty

GeometryProperty public_oe static_oe property

Identifies the Geometry dependency property.
public static DependencyProperty,Windows.UI.Xaml GeometryProperty
return Windows.UI.Xaml.DependencyProperty

GeometrySelectionProperty public_oe static_oe property

Identifies the GeometrySelection dependency property.
public static DependencyProperty,Windows.UI.Xaml GeometrySelectionProperty
return Windows.UI.Xaml.DependencyProperty

OffsetRatioProperty public_oe static_oe property

Identifies the OffsetRatio dependency property.
public static DependencyProperty,Windows.UI.Xaml OffsetRatioProperty
return Windows.UI.Xaml.DependencyProperty

RatioProperty public_oe static_oe property

Identifies the Ratio dependency property.
public static DependencyProperty RatioProperty
return DependencyProperty

RatioStringFormatProperty public_oe static_oe property

Identifies the RatioStringFormat dependency property.
public static DependencyProperty RatioStringFormatProperty
return DependencyProperty