# C1.Win.FlexPivot.ChartType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexPivot_ChartType" data-uid="C1.Win.FlexPivot.ChartType" class="text-break">ChartType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of chart to display.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexPivot.html">C1.Win.FlexPivot</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexPivot.4.8.dll</h6>
  <h5 id="C1_Win_FlexPivot_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="C1_Win_FlexPivot_ChartType_Area">Area</td>
        <td><p>Series are represented by filled polygons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_ChartType_Bar">Bar</td>
        <td><p>Series are represented by horizontal bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_ChartType_Column">Column</td>
        <td><p>Series are represented by vertical columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_ChartType_Line">Line</td>
        <td><p>Series are represented by polygons with symbols at the data points.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_ChartType_Pie">Pie</td>
        <td><p>Pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_ChartType_Scatter">Scatter</td>
        <td><p>Series are represented by groups of symbols.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
