# C1.Web.Mvc.Olap.PivotChartType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Olap_PivotChartType" data-uid="C1.Web.Mvc.Olap.PivotChartType" class="text-break">PivotChartType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies constants that define the chart type.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Olap.html">C1.Web.Mvc.Olap</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.Olap.dll</h6>
  <h5 id="C1_Web_Mvc_Olap_PivotChartType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PivotChartType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PivotChartType</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_Web_Mvc_Olap_PivotChartType_Area">Area</td>
        <td><p>Shows line chart with the area below the line filled with color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChartType_Bar">Bar</td>
        <td><p>Shows horizontal bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChartType_Column">Column</td>
        <td><p>Shows vertical bars and allows you to compare values of items across categories.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChartType_Line">Line</td>
        <td><p>Shows trends over a period of time or across categories.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChartType_Pie">Pie</td>
        <td><p>Shows pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChartType_Scatter">Scatter</td>
        <td><p>Shows patterns within the data using X and Y coordinates.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
