# GrapeCity.Documents.Excel.Drawing.BarShape

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_BarShape" data-uid="GrapeCity.Documents.Excel.Drawing.BarShape" class="text-break">BarShape Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the shape used with the 3-D bar or column chart.</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_BarShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BarShape</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BarShape</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_BarShape_Box">Box</td>
        <td><p>Specifies a box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_BarShape_ConeToMax">ConeToMax</td>
        <td><p>Specifies a cone, truncated at value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_BarShape_ConeToPoint">ConeToPoint</td>
        <td><p>Specifies a cone, coming to a point value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_BarShape_Cylinder">Cylinder</td>
        <td><p>Specifies a cylinder.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_BarShape_PyramidToMax">PyramidToMax</td>
        <td><p>Specifies a pyramid, truncated at value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_BarShape_PyramidToPoint">PyramidToPoint</td>
        <td><p>Specifies a pyramid, coming to a point value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
