# C1.Win.C1Chart.Chart2DTypeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Chart_Chart2DTypeEnum" data-uid="C1.Win.C1Chart.Chart2DTypeEnum" class="text-break">Chart2DTypeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Use the members of this enumeration to set the value of the <a class="xref" href="C1.Win.C1Chart.ChartGroup.ChartType.html#C1_Win_C1Chart_ChartGroup_ChartType">ChartType</a>
property in the <a class="xref" href="C1.Win.C1Chart.ChartGroup.html">ChartGroup</a> class.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_Chart2DTypeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Chart2DTypeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Chart2DTypeEnum</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="C1_Win_C1Chart_Chart2DTypeEnum_Area">Area</td>
        <td><p>Area chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_Bar">Bar</td>
        <td><p>Bar chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_Bubble">Bubble</td>
        <td><p>/// Bubble chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_Candle">Candle</td>
        <td><p>Candle chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_Gantt">Gantt</td>
        <td><p>Gantt chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_HiLo">HiLo</td>
        <td><p>HiLo chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_HiLoOpenClose">HiLoOpenClose</td>
        <td><p>HiLoOpenClose chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_Histogram">Histogram</td>
        <td><p>Histogram chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_Pie">Pie</td>
        <td><p>Pie chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_Polar">Polar</td>
        <td><p>Polar chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_Radar">Radar</td>
        <td><p>Radar chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_Step">Step</td>
        <td><p>Step chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Chart2DTypeEnum_XYPlot">XYPlot</td>
        <td><p>Plot chart type.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
