# GrapeCity.Documents.Excel.Drawing.IErrorBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IErrorBar" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar" class="text-break">IErrorBar Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the error bars in a chart series.
Error bars indicate the degree of uncertainty for chart data.
Only series in area, bar, column, line, and scatter groups on a 2D chart can have error bars.
Only series in scatter groups can have x and y error bars.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IErrorBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IErrorBar</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IErrorBar</code></pre>
  </div>
  <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="GrapeCity_Documents_Excel_Drawing_IErrorBar_Amount" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar.Amount">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IErrorBar.Amount.html#GrapeCity_Documents_Excel_Drawing_IErrorBar_Amount">Amount</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets amount of error bar. The amount must be greater than or equal to zero.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IErrorBar_Direction" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar.Direction">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IErrorBar.Direction.html#GrapeCity_Documents_Excel_Drawing_IErrorBar_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the direction of the error bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IErrorBar_EndStyle" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar.EndStyle">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IErrorBar.EndStyle.html#GrapeCity_Documents_Excel_Drawing_IErrorBar_EndStyle">EndStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the end style for the error bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IErrorBar_Format" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar.Format">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IErrorBar.Format.html#GrapeCity_Documents_Excel_Drawing_IErrorBar_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the format for chart elements.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IErrorBar_Minus" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar.Minus">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IErrorBar.Minus.html#GrapeCity_Documents_Excel_Drawing_IErrorBar_Minus">Minus</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets formula of negative error amount when error bar value type is Custom.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IErrorBar_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IErrorBar.Parent.html#GrapeCity_Documents_Excel_Drawing_IErrorBar_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent object for the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IErrorBar_Plus" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar.Plus">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IErrorBar.Plus.html#GrapeCity_Documents_Excel_Drawing_IErrorBar_Plus">Plus</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets formula of positive error amount when error bar value type is Custom.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IErrorBar_Type" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar.Type">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IErrorBar.Type.html#GrapeCity_Documents_Excel_Drawing_IErrorBar_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets which error-bar parts to include.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IErrorBar_ValueType" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar.ValueType">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IErrorBar.ValueType.html#GrapeCity_Documents_Excel_Drawing_IErrorBar_ValueType">ValueType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the range marked by error bars.</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="GrapeCity_Documents_Excel_Drawing_IErrorBar_ClearFormats" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar.ClearFormats">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IErrorBar.ClearFormats.html#GrapeCity_Documents_Excel_Drawing_IErrorBar_ClearFormats">ClearFormats()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the formatting of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IErrorBar_Delete" data-uid="GrapeCity.Documents.Excel.Drawing.IErrorBar.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IErrorBar.Delete.html#GrapeCity_Documents_Excel_Drawing_IErrorBar_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
