[]
The FlexPie control.
[TemplatePart(Name = "canvas", Type = typeof(PieCanvas))]
public class FlexPie : FlexChartBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Name | Description |
---|---|
FlexPie() | Creates an instance of FlexChart. |
Name | Description |
---|---|
BindingNameProperty | Identifies the BindingName dependency property. |
InnerRadiusProperty | Identifies the InnerRadius dependency property. |
OffsetProperty | Identifies the Offset dependency property. |
ReversedProperty | Identifies the Reversed dependency property. |
SelectedItemOffsetProperty | Identifies the SelectedItemOffset dependency property. |
SelectedItemPositionProperty | Identifies the SelectedItemPosition dependency property. |
StartAngleProperty | Identifies the StartAngle dependency property. |
Name | Description |
---|---|
AnimationLoad | Gets the options for load animatiom. |
AnimationSettings | Gets or sets the animation settings. |
AnimationUpdate | Gets the options for update animatiom. |
BindingName | Gets or sets the name of the property that contains the name of the data item. |
CanShowTooltip | |
DataLabel | Gets or sets the data label. |
InnerRadius | Gets or sets the size of the pie's inner radius. |
Offset | Gets or sets the offset of the slices from the pie center. |
Reversed | Gets or sets a value that determines whether angles are reversed (counter-clockwise). |
SelectedItemOffset | Gets or sets the offset of the selected slice from the pie center. |
SelectedItemPosition | Gets or sets the position of the selected slice. |
StartAngle | Gets or sets the starting angle for the pie slices, in degrees. |
Titles | Gets or sets the pie titles. |
Name | Description |
---|---|
Bind() | Performs data binding. |
GetContent(HitTestInfo, string) | Gets the content by specified template. |
HitTest(Point) | Gets a HitTestInfo object with information about the specified point. |
Invalidate() | Invalidates the chart. |
OnApplyTemplate() | Invoked when applying control template. |
OnItemsSourceChanged(object) | |
OnMouseDown(MouseButtonEventArgs) | Invoked during mouse down event. |
Name | Description |
---|---|
LabelRendered | Fires after rendering label. |
LabelRendering | Fires before rendering label. |
SliceRendered | Fires after rendering slice. |
SliceRendering | Fires before rendering slice. |