# C1.Win.Chart.ErrorBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_ErrorBar" data-uid="C1.Win.Chart.ErrorBar" class="text-break">ErrorBar Class
</h1>
  <div class="markdown level0 summary"><p>Represents an ErrorBar series of <a class="xref" href="C1.Win.Chart.FlexChart.html">FlexChart</a></p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Chart.SeriesBase.html">SeriesBase</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Chart.Series.html">Series</a></div>
    <div class="level3"><span class="xref">ErrorBar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">IErrorBar</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_ErrorBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ErrorBar : Series, IDisposable, IErrorBar</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ErrorBar
    Inherits Series
    Implements IDisposable, IErrorBar</code></pre>
  </div>
  <h5 id="C1_Win_Chart_ErrorBar_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="C1.Win.Chart.ErrorBar.html">ErrorBar</a> series helps you see margins of error and standard deviations at a glance.
They can be shown as a standard error amount, a percentage, or a standard deviation.
You can also set your own values to display the exact error amounts you want.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Chart_ErrorBar__ctor" data-uid="C1.Win.Chart.ErrorBar.#ctor">
          <a class="xref" href="C1.Win.Chart.ErrorBar.-ctor.html#C1_Win_Chart_ErrorBar__ctor">ErrorBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Chart.ErrorBar.html">ErrorBar</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_CustomMinusErrorValue" data-uid="C1.Win.Chart.ErrorBar.CustomMinusErrorValue">
          <a class="xref" href="C1.Win.Chart.ErrorBar.CustomMinusErrorValue.html#C1_Win_Chart_ErrorBar_CustomMinusErrorValue">CustomMinusErrorValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the cumstom minus error value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_CustomPlusErrorValue" data-uid="C1.Win.Chart.ErrorBar.CustomPlusErrorValue">
          <a class="xref" href="C1.Win.Chart.ErrorBar.CustomPlusErrorValue.html#C1_Win_Chart_ErrorBar_CustomPlusErrorValue">CustomPlusErrorValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the custom plus error value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_Direction" data-uid="C1.Win.Chart.ErrorBar.Direction">
          <a class="xref" href="C1.Win.Chart.ErrorBar.Direction.html#C1_Win_Chart_ErrorBar_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the direction of the error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_EndStyle" data-uid="C1.Win.Chart.ErrorBar.EndStyle">
          <a class="xref" href="C1.Win.Chart.ErrorBar.EndStyle.html#C1_Win_Chart_ErrorBar_EndStyle">EndStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the end style of the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_ErrorAmount" data-uid="C1.Win.Chart.ErrorBar.ErrorAmount">
          <a class="xref" href="C1.Win.Chart.ErrorBar.ErrorAmount.html#C1_Win_Chart_ErrorBar_ErrorAmount">ErrorAmount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the error amount of the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_ErrorBarStyle" data-uid="C1.Win.Chart.ErrorBar.ErrorBarStyle">
          <a class="xref" href="C1.Win.Chart.ErrorBar.ErrorBarStyle.html#C1_Win_Chart_ErrorBar_ErrorBarStyle">ErrorBarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the error bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_ErrorValue" data-uid="C1.Win.Chart.ErrorBar.ErrorValue">
          <a class="xref" href="C1.Win.Chart.ErrorBar.ErrorValue.html#C1_Win_Chart_ErrorBar_ErrorValue">ErrorValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the error value of the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_HasCustomSymbol" data-uid="C1.Win.Chart.ErrorBar.HasCustomSymbol">
          <a class="xref" href="C1.Win.Chart.ErrorBar.HasCustomSymbol.html#C1_Win_Chart_ErrorBar_HasCustomSymbol">HasCustomSymbol</a>
        </td>
        <td class="markdown level1 summary"><p>Whether the custom symbol rendering is used.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_GetDataRect_C1_Chart__Rect_" data-uid="C1.Win.Chart.ErrorBar.GetDataRect(C1.Chart._Rect)">
          <a class="xref" href="C1.Win.Chart.ErrorBar.GetDataRect.html#C1_Win_Chart_ErrorBar_GetDataRect_C1_Chart__Rect_">GetDataRect(_Rect)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets series bounding rectangle in data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_GetStyle_System_String_" data-uid="C1.Win.Chart.ErrorBar.GetStyle(System.String)">
          <a class="xref" href="C1.Win.Chart.ErrorBar.GetStyle.html#C1_Win_Chart_ErrorBar_GetStyle_System_String_">GetStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_OnSymbolRendered_C1_Chart_IRenderEngine_System_Int32_System_Double_System_Double_" data-uid="C1.Win.Chart.ErrorBar.OnSymbolRendered(C1.Chart.IRenderEngine,System.Int32,System.Double,System.Double)">
          <a class="xref" href="C1.Win.Chart.ErrorBar.OnSymbolRendered.html#C1_Win_Chart_ErrorBar_OnSymbolRendered_C1_Chart_IRenderEngine_System_Int32_System_Double_System_Double_">OnSymbolRendered(IRenderEngine, int, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after symbol was rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ErrorBar_SetStyle_C1_Chart__Style_System_String_" data-uid="C1.Win.Chart.ErrorBar.SetStyle(C1.Chart._Style,System.String)">
          <a class="xref" href="C1.Win.Chart.ErrorBar.SetStyle.html#C1_Win_Chart_ErrorBar_SetStyle_C1_Chart__Style_System_String_">SetStyle(_Style, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the series style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
