# FarPoint.Win.Chart.XYSeries.GetErrorBars

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Chart_XYSeries_GetErrorBars_" data-uid="FarPoint.Win.Chart.XYSeries.GetErrorBars*">GetErrorBars Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Chart_XYSeries_GetErrorBars_" data-uid="FarPoint.Win.Chart.XYSeries.GetErrorBars*"></a>
<h4 id="FarPoint_Win_Chart_XYSeries_GetErrorBars_FarPoint_Win_Chart_ErrorBarDirection_" data-uid="FarPoint.Win.Chart.XYSeries.GetErrorBars(FarPoint.Win.Chart.ErrorBarDirection)">GetErrorBars(ErrorBarDirection)</h4>
<div class="markdown level1 summary"><p>Gets the errorbars</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ErrorBars GetErrorBars(ErrorBarDirection direction)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetErrorBars(direction As ErrorBarDirection) As ErrorBars</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Chart.ErrorBarDirection.html">ErrorBarDirection</a></td>
      <td><span class="parametername">direction</span></td>
      <td><p>Indicate the error bar direction.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Chart.ErrorBars.html">ErrorBars</a></td>
      <td><p>The errorbars has special direction.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
