# Wijmo_Angular_Chart_Analytics.Wjflexcharterrorbar

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjFlexChartErrorBar 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> <a href="wijmo_chart_analytics.errorbar.html">ErrorBar</a> object.</p>
								</div>
								<p>The <b>wj-flex-chart-error-bar</b> directive must be contained in a <a href="wijmo_angular_chart.wjflexchart.html">wijmo.angular.chart.WjFlexChart</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>error-bar-style</dt> <dd><code>@</code> The value that specifies the ErrorBar style.</dd>
									<dt>value</dt>        <dd><code>@</code> The value that specifies the error value of the series.</dd>
									<dt>error-amount</dt>  <dd><code>@</code> The value that specifies the error amount of the series.</dd>
									<dt>end-style</dt>   <dd><code>@</code> The value that specifies the end style of the series.</dd>
									<dt>direction</dt>  <dd><code>@</code> The value that specifies the direction of the series.</dd>
								</dl>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_angular_chart.wjflexchartseries.html" class="tsd-signature-type">WjFlexChartSeries</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">WjFlexChartErrorBar</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>