Свойство | Type | Description | |
---|---|---|---|
ColorSelectorProperty | |||
HoleSizeProperty | |||
PlottedPropertyProperty |
Méthode | Description | |
---|---|---|
GetColorSelector ( UIElement element ) : IColorSelector | ||
GetPlottedProperty ( UIElement element ) : String | ||
PieChart ( ) : System | ||
SetColorSelector ( UIElement element, IColorSelector value ) : void | ||
SetPlottedProperty ( UIElement element, String value ) : void |
Méthode | Description | |
---|---|---|
BoundCollectionChanged ( object sender, |
Handles events which are raised when the bound collection changes (i.e. items added/removed)
|
|
CollectionViewCurrentChanged ( object sender, |
Handles the event which occurs when the selected item has changed
|
|
CollectionViewCurrentChanging ( object sender, System.ComponentModel.CurrentChangingEventArgs e ) : void |
Handles the event which occurs when the selected item is about to change
|
|
ConstructPiePieces ( ) : void |
Constructs pie pieces and adds them to the visual tree for this control's canvas
|
|
DataContextChangedHandler ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void |
Handle changes in the datacontext. When a change occurs handlers are registered for events which occur when the collection changes or any items within teh collection change.
|
|
GetPlottedPropertyValue ( object item ) : double | ||
ItemPropertyChanged ( object sender, |
Handles events which occur when the properties of bound items change.
|
|
ObserveBoundCollectionChanges ( ) : void |
Iterates over the items inthe bound collection, adding handlers for PropertyChanged events
|
|
PiePieceMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Handles the MouseUp event from the individual Pie Pieces
|
|
PiePieceToolTipOpening ( object sender, System.Windows.Controls.ToolTipEventArgs e ) : void |
Handles the event which occurs just before a pie piece tooltip opens
|
|
PlottedPropertyChanged ( object sender, |
Handles changes to the PlottedProperty property.
|
public static GetColorSelector ( UIElement element ) : IColorSelector | ||
element | UIElement | |
Résultat | IColorSelector |
public static GetPlottedProperty ( UIElement element ) : String | ||
element | UIElement | |
Résultat | String |
public static SetColorSelector ( UIElement element, IColorSelector value ) : void | ||
element | UIElement | |
value | IColorSelector | |
Résultat | void |
public static SetPlottedProperty ( UIElement element, String value ) : void | ||
element | UIElement | |
value | String | |
Résultat | void |
public static DependencyProperty,System.Windows ColorSelectorProperty | ||
Résultat |
public static DependencyProperty,System.Windows HoleSizeProperty | ||
Résultat |