# GrapeCity.Documents.Excel.Drawing.IChartBars

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IChartBars" data-uid="GrapeCity.Documents.Excel.Drawing.IChartBars" class="text-break">IChartBars Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the up bars in a chart group. Up bars connect points on series one with higher values on the last series in the chart group (the lines go up from series one).</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_IChartBars_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChartBars</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChartBars</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_IChartBars_Format" data-uid="GrapeCity.Documents.Excel.Drawing.IChartBars.Format">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartBars.Format.html#GrapeCity_Documents_Excel_Drawing_IChartBars_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartFormat.html">IChartFormat</a> object (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartBars_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.IChartBars.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartBars.Parent.html#GrapeCity_Documents_Excel_Drawing_IChartBars_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent object for the specified object.</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_IChartBars_Delete" data-uid="GrapeCity.Documents.Excel.Drawing.IChartBars.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartBars.Delete.html#GrapeCity_Documents_Excel_Drawing_IChartBars_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
