# wjFlexPie Class

## 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>KnockoutJS binding for the <a href="wijmo_chart.flexpie.html">FlexPie</a> control.</p>
								</div>
								<p>Use the <a href="wijmo_knockout_chart.wjflexpie.html">wjFlexPie</a> binding to add <a href="wijmo_chart.flexpie.html">FlexPie</a> controls to your
								KnockoutJS applications. For example:</p>
								<pre>&lt;p&gt;Here is a FlexPie control:&lt;/p&gt;
&lt;div data-bind="wjFlexPie: {
        itemsSource: data,
        binding: 'value',
        bindingName: 'name',
        header: 'Fruit By Value' }"&gt;
    &lt;div data-bind="wjFlexChartLegend : { position: 'Top' }"&gt;&lt;/div&gt;
&lt;/div&gt;</pre>
								<p>The <b>wjFlexPie</b> binding may contain the <a href="wijmo_knockout_chart.wjflexchartlegend.html">wjFlexChartLegend</a> child binding.</p>
								<p>The <b>wjFlexPie</b> binding supports all read-write properties and events of
								the <a href="wijmo_chart.flexpie.html">FlexPie</a> control.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjFlexChartBaseBinding</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">wjFlexPie</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>