# FarPoint.Win.Chart.XYSeries.SetErrorBarsVisible

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Chart_XYSeries_SetErrorBarsVisible_" data-uid="FarPoint.Win.Chart.XYSeries.SetErrorBarsVisible*">SetErrorBarsVisible Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Chart_XYSeries_SetErrorBarsVisible_" data-uid="FarPoint.Win.Chart.XYSeries.SetErrorBarsVisible*"></a>
<h4 id="FarPoint_Win_Chart_XYSeries_SetErrorBarsVisible_FarPoint_Win_Chart_ErrorBarDirection_System_Boolean_" data-uid="FarPoint.Win.Chart.XYSeries.SetErrorBarsVisible(FarPoint.Win.Chart.ErrorBarDirection,System.Boolean)">SetErrorBarsVisible(ErrorBarDirection, bool)</h4>
<div class="markdown level1 summary"><p>Sets the errorbar display at the specified direction.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ErrorBars SetErrorBarsVisible(ErrorBarDirection direction, bool visible)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function SetErrorBarsVisible(direction As ErrorBarDirection, visible As Boolean) 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>The error bar direction.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">visible</span></td>
      <td><p>Sets to True to display the errorbars.</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 which is set</p>
</td>
    </tr>
  </tbody>
</table>
</div>
