# FarPoint.Win.Chart.CandlestickSeries.SetOpenErrorBarsVisible

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Chart_CandlestickSeries_SetOpenErrorBarsVisible_" data-uid="FarPoint.Win.Chart.CandlestickSeries.SetOpenErrorBarsVisible*">SetOpenErrorBarsVisible Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Chart_CandlestickSeries_SetOpenErrorBarsVisible_" data-uid="FarPoint.Win.Chart.CandlestickSeries.SetOpenErrorBarsVisible*"></a>
<h4 id="FarPoint_Win_Chart_CandlestickSeries_SetOpenErrorBarsVisible_System_Boolean_" data-uid="FarPoint.Win.Chart.CandlestickSeries.SetOpenErrorBarsVisible(System.Boolean)">SetOpenErrorBarsVisible(bool)</h4>
<div class="markdown level1 summary"><p>Sets the close errorbars visible</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ErrorBars SetOpenErrorBarsVisible(bool visible)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function SetOpenErrorBarsVisible(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="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">visible</span></td>
      <td><p>Set 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 errorbar which is set visible.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
