# Wijmo_Angular_Chart.Wjflexpie

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjFlexPie Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>AngularJS directive for the <a href="wijmo_chart.flexpie.html">FlexPie</a> control.</p>
								</div>
								<dl class="dl-horizontal">
									<dt>items-source</dt>      <dd><code>=</code> An array or <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a>
									object that contains data for the chart.</dd>
									<dt>binding</dt>           <dd><code>@</code> The name of the property that
									contains item values.</dd>
									<dt>binding-name</dt>      <dd><code>@</code> The name of the property that
									contains item names.</dd>
									<dt>footer</dt>            <dd><code>@</code> The text to display in the chart footer (plain
									text).</dd>
									<dt>footer-style</dt>       <dd><code>=</code> The style to apply to the chart footer.</dd>
									<dt>header</dt>            <dd><code>@</code> The text to display in the chart header (plain
									text).</dd>
									<dt>header-style</dt>      <dd><code>=</code> The style to apply to the chart header.</dd>
									<dt>initialized</dt>       <dd><code>&amp;</code> This event occurs after the binding has finished
									initializing the control with attribute values.</dd>
									<dt>is-initialized</dt><dd><code>=</code> A value indicating whether the binding has finished
									initializing the control with attribute values. </dd>
									<dt>inner-radius</dt>      <dd><code>@</code> The size of the hole inside the
									pie, measured as a fraction of the pie radius.</dd>
									<dt>is-animated</dt>       <dd><code>@</code> A value indicating whether to use animation
									to move selected items to the selectedItemPosition.</dd>
									<dt>item-formatter</dt>    <dd><code>=</code> The formatter function that customizes the
									appearance of data points.</dd>
									<dt>offset</dt>            <dd><code>@</code> The extent to which pie slices are pulled
									out from the center, as a fraction of the pie radius.</dd>
									<dt>palette</dt>           <dd><code>=</code> An array that contains the default colors used for
									displaying pie slices.</dd>
									<dt>plot-margin</dt>       <dd><code>=</code> The number of pixels of space to leave between the
									edges of the control and the plot area, or CSS-style margins.</dd>
									<dt>reversed</dt>          <dd><code>@</code> A value indicating whether to draw pie
									slices in a counter-clockwise direction.</dd>
									<dt>start-angle</dt>       <dd><code>@</code> The starting angle for pie slices,
									measured clockwise from the 9 o'clock position.</dd>
									<dt>selected-item-offset</dt>
									<dd><code>@</code> The extent to which the selected pie slice is
									pulled out from the center, as a fraction of the pie radius.</dd>
									<dt>selected-item-position</dt>
									<dd><code>@</code> The <a href="../enums/wijmo_chart.position.html">Position</a> value indicating where to display
									the selected slice.</dd>
									<dt>selection-mode</dt>    <dd><code>@</code> The <a href="../enums/wijmo_grid.selectionmode.html">SelectionMode</a> value indicating whether or what is
									selected when the user clicks a series.</dd>
									<dt>tooltip-content</dt>   <dd><code>@</code> The value to display in the
									<a href="wijmo_chart.charttooltip.html">ChartTooltip</a> content property.</dd>
									<dt>got-focus</dt>         <dd><code>&amp;</code> The <a href="wijmo_chart.flexpie.html#gotfocus">FlexPie.gotFocus</a> event handler.</dd>
									<dt>lost-focus</dt>        <dd><code>&amp;</code> The <a href="wijmo_chart.flexpie.html#lostfocus">FlexPie.lostFocus</a> event handler.</dd>
									<dt>rendering</dt>         <dd><code>&amp;</code> The <a href="wijmo_chart.flexpie.html#rendering">FlexPie.rendering</a> event handler.</dd>
									<dt>rendered</dt>          <dd><code>&amp;</code> The <a href="wijmo_chart.flexpie.html#rendered">FlexPie.rendered</a> event handler.</dd>
								</dl>
								<p>The wj-flex-pie directive may contain the following child directives:
								<a href="wijmo_angular_chart.wjflexchartlegend.html">wijmo.angular.chart.WjFlexChartLegend</a> and <a href="wijmo_angular_chart.wjflexpiedatalabel.html">wijmo.angular.chart.WjFlexPieDataLabel</a>.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjFlexChartBase</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">WjFlexPie</span>
											<ul class="tsd-hierarchy">
												<li>
													<a href="wijmo_angular_chart_hierarchical.wjsunburst.html" class="tsd-signature-type">WjSunburst</a>
												</li>
											</ul>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>