# C1.WPF.Pivot.ChartType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Pivot_ChartType" data-uid="C1.WPF.Pivot.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.WPF.Pivot.html">C1.WPF.Pivot</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Pivot.dll</h6>
  <h5 id="C1_WPF_Pivot_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_WPF_Pivot_ChartType_Area">Area</td>
        <td><p>Series are represented by filled polygons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_ChartType_Bar">Bar</td>
        <td><p>Series are represented by horizontal bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_ChartType_Column">Column</td>
        <td><p>Series are represented by vertical columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_ChartType_Line">Line</td>
        <td><p>Series are represented by polygons with symbols at the data points.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_ChartType_Scatter">Scatter</td>
        <td><p>Series are represented by groups of symbols.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
