# GrapeCity.Spreadsheet.Charts.BarShape

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Charts_BarShape" data-uid="GrapeCity.Spreadsheet.Charts.BarShape" class="text-break">BarShape Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the shape used with the 3D bar or column chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_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_Spreadsheet_Charts_BarShape_Box">Box</td>
        <td><p>The chart shall be drawn with a box shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_BarShape_ConeToMax">ConeToMax</td>
        <td><p>The chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_BarShape_ConeToPoint">ConeToPoint</td>
        <td><p>The chart shall be drawn as a cone, with the base of the cone on the floor and the point of the cone at the top of the data marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_BarShape_Cylinder">Cylinder</td>
        <td><p>The chart shall be drawn as a cylinder.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_BarShape_PyramidToMax">PyramidToMax</td>
        <td><p>The chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_BarShape_PyramidToPoint">PyramidToPoint</td>
        <td><p>The chart shall be drawn as a rectangular pyramid, with the base of the pyramid on the floor and the point of the pyramid at the top of the data marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_BarShape_Unspecified">Unspecified</td>
        <td><p>Unknown bar shape.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
