# Wijmo_Angular_Chart_Analytics.Wjflexchartboxwhisker

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjFlexChartBoxWhisker Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>AngularJS directive for the <a href="wijmo_chart.flexchart.html">FlexChart</a> and <a href="wijmo_chart_finance.financialchart.html">FinancialChart</a> <a href="wijmo_chart_analytics.boxwhisker.html">BoxWhisker</a> object.</p>
								</div>
								<p>The <b>wj-flex-chart-box-whisker</b> directive must be contained in a <a href="wijmo_angular_chart.wjflexchart.html">wijmo.angular.chart.WjFlexChart</a> or <a href="wijmo_angular_chart_finance.wjfinancialchart.html">wijmo.angular.chart.finance.WjFinancialChart</a> directive.
								It supports the following attributes:</p>
								<dl class="dl-horizontal">
									<dt>binding</dt>      <dd><code>@</code> The name of the property that contains Y values for the
									series. This value overrides any binding set for the chart.</dd>
									<dt>binding-x</dt>    <dd><code>@</code> The name of the property that contains X values for the
									series. This value overrides any binding set for the chart.</dd>
									<dt>items-source</dt> <dd><code>=</code> An array or <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> object that contains
									data for this series.</dd>
									<dt>name</dt>         <dd><code>@</code> The name of the series to show in the legend.</dd>
									<dt>visibility</dt>   <dd><code>=</code> The <a href="../enums/wijmo_chart.seriesvisibility.html">SeriesVisibility</a> value indicating whether and where to
									display the series.</dd>
									<dt>quartile-calculation</dt> <dd><code>@</code> The value that specifies the quartile calculation for the Box&amp;Whisker chart.</dd>
									<dt>group-width</dt>        <dd><code>@</code> The value that determines the group width as a percentage for the Box&amp;Whisker chart.</dd>
									<dt>gap-width</dt>  <dd><code>@</code> The value that determines the gap width as a percentage for the Box&amp;Whisker chart.</dd>
									<dt>show-mean-line</dt>   <dd><code>@</code> The value that determines whether to show the mean line for the Box&amp;Whisker chart.</dd>
									<dt>mean-line-style</dt>  <dd><code>@</code> The value that specifies the style for the mean line.</dd>
									<dt>show-mean-marker</dt>      <dd><code>@</code> The value that determines whether to show the mean marker for the Box&amp;Whisker chart.</dd>
									<dt>mean-marker-style</dt> <dd><code>@</code> The value that specifies the style for the mean marker.</dd>
									<dt>show-inner-points</dt>    <dd><code>@</code> The value that determines whether to show the inner points for the Box&amp;Whisker chart.</dd>
									<dt>show-outliers</dt>  <dd><code>@</code> The value that determines whether to show the outliers for the Box&amp;Whisker chart.</dd>
								</dl>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjSeriesBase</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">WjFlexChartBoxWhisker</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>