[]
        
(Showing Draft Content)

WjFlexPie Class

WjFlexPie Class

AngularJS directive for the FlexPie control.

items-source
= An array or ICollectionView object that contains data for the chart.
binding
@ The name of the property that contains item values.
binding-name
@ The name of the property that contains item names.
footer
@ The text to display in the chart footer (plain text).
footer-style
= The style to apply to the chart footer.
header
@ The text to display in the chart header (plain text).
header-style
= The style to apply to the chart header.
initialized
& This event occurs after the binding has finished initializing the control with attribute values.
is-initialized
= A value indicating whether the binding has finished initializing the control with attribute values.
inner-radius
@ The size of the hole inside the pie, measured as a fraction of the pie radius.
is-animated
@ A value indicating whether to use animation to move selected items to the selectedItemPosition.
item-formatter
= The formatter function that customizes the appearance of data points.
offset
@ The extent to which pie slices are pulled out from the center, as a fraction of the pie radius.
palette
= An array that contains the default colors used for displaying pie slices.
plot-margin
= The number of pixels of space to leave between the edges of the control and the plot area, or CSS-style margins.
reversed
@ A value indicating whether to draw pie slices in a counter-clockwise direction.
start-angle
@ The starting angle for pie slices, measured clockwise from the 9 o'clock position.
selected-item-offset
@ The extent to which the selected pie slice is pulled out from the center, as a fraction of the pie radius.
selected-item-position
@ The Position value indicating where to display the selected slice.
selection-mode
@ The SelectionMode value indicating whether or what is selected when the user clicks a series.
tooltip-content
@ The value to display in the ChartTooltip content property.
got-focus
& The FlexPie.gotFocus event handler.
lost-focus
& The FlexPie.lostFocus event handler.
rendering
& The FlexPie.rendering event handler.
rendered
& The FlexPie.rendered event handler.

The wj-flex-pie directive may contain the following child directives: wijmo.angular.chart.WjFlexChartLegend and wijmo.angular.chart.WjFlexPieDataLabel.

Heirarchy