[]
        
(Showing Draft Content)

C1.WPF.Chart.C1FlexPie

C1FlexPie Class

The FlexPie control.

Namespace: C1.WPF.Chart
Assembly: C1.WPF.FlexChart.4.6.2.dll
Syntax
[TemplatePart(Name = "canvas", Type = typeof(PieCanvas))]
public class C1FlexPie : FlexChartBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
C1FlexPie()

Creates an instance of FlexChart.

Fields

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.

Properties

Name Description
AnimationLoad
AnimationSettings
AnimationUpdate
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.

Methods

Name Description
Bind()
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.

Events

Name Description
LabelRendered

Fires after rendering label.

LabelRendering

Fires before rendering label.

SliceRendered

Fires after rendering slice.

SliceRendering

Fires before rendering slice.