# wjFlexChartPlotArea Class

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								wjFlexChartPlotArea Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>KnockoutJS binding for the <a href="wijmo_chart.plotarea.html">PlotArea</a> object.</p>
								</div>
								<p>Use the <a href="wijmo_knockout_chart.wjflexchartplotarea.html">wjFlexChartPlotArea</a> binding to add <a href="wijmo_chart.plotarea.html">PlotArea</a> object to your
								KnockoutJS applications. For example:</p>
								<pre>&lt;p&gt;Here is a PlotArea:&lt;/p&gt;
&lt;div data-bind="wjFlexChart: { itemsSource: data, bindingX: 'country' }"&gt;
    &lt;div data-bind="wjFlexChartAxis: { wjProperty: 'axisX', title: 'country' }"&gt;&lt;/div&gt;
    &lt;div data-bind="wjFlexChartSeries: { name: 'Sales', binding: 'sales' }"&gt;&lt;/div&gt;
    &lt;div data-bind="wjFlexChartPlotArea: { row:0, name:'plot1', style:{ fill: 'rgba(136,189,230,0.2)'} }  "&gt;&lt;/div&gt;
&lt;/div&gt;</pre>
								<p>The <b>wjFlexChartPlotArea</b> binding supports all read-write properties and events of
								the <a href="wijmo_chart.plotarea.html">PlotArea</a> class.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjBinding</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">wjFlexChartPlotArea</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>