# GrapeCity.Spreadsheet.Charts.ChartType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Charts_ChartType" data-uid="GrapeCity.Spreadsheet.Charts.ChartType" class="text-break">ChartType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the chart type.</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_ChartType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ChartType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ChartType</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_ChartType_Area">Area</td>
        <td><p>Represents an area chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Area3D">Area3D</td>
        <td><p>Represents a 3D area chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Area3DStacked">Area3DStacked</td>
        <td><p>Represents a stacked 3D area chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Area3DStacked100">Area3DStacked100</td>
        <td><p>Represents a 100% stacked 3D area chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_AreaStacked">AreaStacked</td>
        <td><p>Represents a stacked area chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_AreaStacked100">AreaStacked100</td>
        <td><p>Represents a 100% stacked area chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Bar3DClustered">Bar3DClustered</td>
        <td><p>Represents a clustered 3D bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Bar3DStacked">Bar3DStacked</td>
        <td><p>Represents a stacked 3D bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Bar3DStacked100">Bar3DStacked100</td>
        <td><p>Represents a 100% stacked 3D bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_BarClustered">BarClustered</td>
        <td><p>Represents a clustered bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_BarOfPie">BarOfPie</td>
        <td><p>Represents a bar of pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_BarStacked">BarStacked</td>
        <td><p>Represents a stacked bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_BarStacked100">BarStacked100</td>
        <td><p>Represents a 100% stacked bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_BoxWhisker">BoxWhisker</td>
        <td><p>Represents a Box and Whishker chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Bubble">Bubble</td>
        <td><p>Represents a bubble chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Bubble3DEffect">Bubble3DEffect</td>
        <td><p>Represents a 3D bubble chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Column3D">Column3D</td>
        <td><p>Represents a 3D column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Column3DClustered">Column3DClustered</td>
        <td><p>Represents a clustered 3D column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Column3DStacked">Column3DStacked</td>
        <td><p>Represents a stacked 3D column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Column3DStacked100">Column3DStacked100</td>
        <td><p>Represents a 100% stacked 3D column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_ColumnClustered">ColumnClustered</td>
        <td><p>Represents a clustered column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_ColumnStacked">ColumnStacked</td>
        <td><p>Represents a stacked column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_ColumnStacked100">ColumnStacked100</td>
        <td><p>Represents a 100% stacked column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_ConeBarClustered">ConeBarClustered</td>
        <td><p>Represents a clustered cone bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_ConeBarStacked">ConeBarStacked</td>
        <td><p>Represents a stacked cone bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_ConeBarStacked100">ConeBarStacked100</td>
        <td><p>Represents a 100% stacked cone bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_ConeCol">ConeCol</td>
        <td><p>Represents a clustered cone column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_ConeColClustered">ConeColClustered</td>
        <td><p>Represents a clustered cone column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_ConeColStacked">ConeColStacked</td>
        <td><p>Represents a stacked cone column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_ConeColStacked100">ConeColStacked100</td>
        <td><p>Represents a 100% stacked cone column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_CylinderBarClustered">CylinderBarClustered</td>
        <td><p>Represents a clustered cylinder bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_CylinderBarStacked">CylinderBarStacked</td>
        <td><p>Represents a stacked cylinder bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_CylinderBarStacked100">CylinderBarStacked100</td>
        <td><p>Represents a 100% stacked cylinder bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_CylinderCol">CylinderCol</td>
        <td><p>Represents a clustered cylinder column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_CylinderColClustered">CylinderColClustered</td>
        <td><p>Represents a clustered cylinder column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_CylinderColStacked">CylinderColStacked</td>
        <td><p>Represents a stacked cylinder column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_CylinderColStacked100">CylinderColStacked100</td>
        <td><p>Represents a 100% stacked cylinder column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Doughnut">Doughnut</td>
        <td><p>Represents a doughnut chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_DoughnutExploded">DoughnutExploded</td>
        <td><p>Represents an exploded doughnut chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Funnel">Funnel</td>
        <td><p>Represents a Funnel chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Histogram">Histogram</td>
        <td><p>Represents a Histogram chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Line">Line</td>
        <td><p>Represents a line chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Line3D">Line3D</td>
        <td><p>Represents a 3D line chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_LineMarkers">LineMarkers</td>
        <td><p>Represents a line chart with markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_LineMarkersStacked">LineMarkersStacked</td>
        <td><p>Represents a stacked line chart with markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_LineMarkersStacked100">LineMarkersStacked100</td>
        <td><p>Represents a 100% stacked line chart with markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_LineStacked">LineStacked</td>
        <td><p>Represents a stacked line chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_LineStacked100">LineStacked100</td>
        <td><p>Represents a 100% stacked line chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Pareto">Pareto</td>
        <td><p>Represents a Pareto chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Pie">Pie</td>
        <td><p>Represents a pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Pie3D">Pie3D</td>
        <td><p>Represents a 3D pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Pie3DExploded">Pie3DExploded</td>
        <td><p>Represents an exploded 3D pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_PieExploded">PieExploded</td>
        <td><p>Represents an exploded pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_PieOfPie">PieOfPie</td>
        <td><p>Represents a pie of pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_PyramidBarClustered">PyramidBarClustered</td>
        <td><p>Represents a clustered pyramid bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_PyramidBarStacked">PyramidBarStacked</td>
        <td><p>Represents a stacked pyramid bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_PyramidBarStacked100">PyramidBarStacked100</td>
        <td><p>Represents a 100% stacked pyramid bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_PyramidCol">PyramidCol</td>
        <td><p>Represents a clustered pyramid column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_PyramidColClustered">PyramidColClustered</td>
        <td><p>Represents a clustered pyramid column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_PyramidColStacked">PyramidColStacked</td>
        <td><p>Represents a stacked pyramid column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_PyramidColStacked100">PyramidColStacked100</td>
        <td><p>Represents a 100% stacked pyramid column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Radar">Radar</td>
        <td><p>Represents a radar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_RadarFilled">RadarFilled</td>
        <td><p>Represents a filled radar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_RadarMarkers">RadarMarkers</td>
        <td><p>Represents a radar chart with markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_StockHLC">StockHLC</td>
        <td><p>Represents a stock high-low-close chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_StockOHLC">StockOHLC</td>
        <td><p>Represents a stock open-high-low-close chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_StockVHLC">StockVHLC</td>
        <td><p>Represents a stock volume-high-low-close chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_StockVOHLC">StockVOHLC</td>
        <td><p>Represents a stock volume-open-high-low-close chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Sunburst">Sunburst</td>
        <td><p>Represents a Sunburst chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Surface">Surface</td>
        <td><p>Represents a surface chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_SurfaceTopView">SurfaceTopView</td>
        <td><p>Represents a top view surface chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_SurfaceTopViewWireframe">SurfaceTopViewWireframe</td>
        <td><p>Represents a top view surface wireframe chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_SurfaceWireframe">SurfaceWireframe</td>
        <td><p>Represents a surface wireframe chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Treemap">Treemap</td>
        <td><p>Represents a Treemap chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Unspecified">Unspecified</td>
        <td><p>Unsupported chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_Waterfall">Waterfall</td>
        <td><p>Represents a Waterfall chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_XYScatter">XYScatter</td>
        <td><p>Represents an XY scatter chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_XYScatterLines">XYScatterLines</td>
        <td><p>Represents an XY scatter chart with lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_XYScatterLinesNoMarkers">XYScatterLinesNoMarkers</td>
        <td><p>Represents an XY scatter chart with lines and no markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_XYScatterSmooth">XYScatterSmooth</td>
        <td><p>Represents a smoothed XY scatter chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartType_XYScatterSmoothNoMarkers">XYScatterSmoothNoMarkers</td>
        <td><p>Represents a smoothed XY scatter chart with no markers.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
