# C1.Web.Mvc.Olap.PivotChart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Olap_PivotChart" data-uid="C1.Web.Mvc.Olap.PivotChart" class="text-break">PivotChart Class
</h1>
  <div class="markdown level0 summary"><p>Provides visual representations of pivot tables.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Control.html">Control</a></div>
    <div class="level3"><span class="xref">PivotChart</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
    <div><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.ITemplate.html">ITemplate</a></div>
  </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.AspNetCore.Mvc.Olap.dll</h6>
  <h5 id="C1_Web_Mvc_Olap_PivotChart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PivotChart : Control, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PivotChart
    Inherits Control
    Implements IHtmlContent, ITemplate</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.Olap.PivotChart.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.-ctor.html#C1_Web_Mvc_Olap_PivotChart__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">PivotChart(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.html">PivotChart</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_ChartType" data-uid="C1.Web.Mvc.Olap.PivotChart.ChartType">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ChartType.html#C1_Web_Mvc_Olap_PivotChart_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of chart to create.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_FlexChart" data-uid="C1.Web.Mvc.Olap.PivotChart.FlexChart">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.FlexChart.html#C1_Web_Mvc_Olap_PivotChart_FlexChart">FlexChart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inner <a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.FlexChart-1.html">FlexChart&lt;T&gt;</a> object to show the data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_FlexPie" data-uid="C1.Web.Mvc.Olap.PivotChart.FlexPie">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.FlexPie.html#C1_Web_Mvc_Olap_PivotChart_FlexPie">FlexPie</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inner <a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.FlexPie-1.html">FlexPie&lt;T&gt;</a> object to show the data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_Footer" data-uid="C1.Web.Mvc.Olap.PivotChart.Footer">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.Footer.html#C1_Web_Mvc_Olap_PivotChart_Footer">Footer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text displayed in the chart footer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_FooterStyle" data-uid="C1.Web.Mvc.Olap.PivotChart.FooterStyle">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.FooterStyle.html#C1_Web_Mvc_Olap_PivotChart_FooterStyle">FooterStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the chart footer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_Header" data-uid="C1.Web.Mvc.Olap.PivotChart.Header">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.Header.html#C1_Web_Mvc_Olap_PivotChart_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text displayed in the chart header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_HeaderStyle" data-uid="C1.Web.Mvc.Olap.PivotChart.HeaderStyle">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.HeaderStyle.html#C1_Web_Mvc_Olap_PivotChart_HeaderStyle">HeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the chart header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_ItemsSourceId" data-uid="C1.Web.Mvc.Olap.PivotChart.ItemsSourceId">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ItemsSourceId.html#C1_Web_Mvc_Olap_PivotChart_ItemsSourceId">ItemsSourceId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the id of the source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_LegendPosition" data-uid="C1.Web.Mvc.Olap.PivotChart.LegendPosition">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.LegendPosition.html#C1_Web_Mvc_Olap_PivotChart_LegendPosition">LegendPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether and where the legend appears in relation to the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_MaxPoints" data-uid="C1.Web.Mvc.Olap.PivotChart.MaxPoints">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.MaxPoints.html#C1_Web_Mvc_Olap_PivotChart_MaxPoints">MaxPoints</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of points to be shown in each series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_MaxSeries" data-uid="C1.Web.Mvc.Olap.PivotChart.MaxSeries">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.MaxSeries.html#C1_Web_Mvc_Olap_PivotChart_MaxSeries">MaxSeries</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of data series to be shown in the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_ShowHierarchicalAxes" data-uid="C1.Web.Mvc.Olap.PivotChart.ShowHierarchicalAxes">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ShowHierarchicalAxes.html#C1_Web_Mvc_Olap_PivotChart_ShowHierarchicalAxes">ShowHierarchicalAxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the chart should group axis annotations for grouped data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_ShowLegend" data-uid="C1.Web.Mvc.Olap.PivotChart.ShowLegend">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ShowLegend.html#C1_Web_Mvc_Olap_PivotChart_ShowLegend">ShowLegend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the chart should include a legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_ShowTitle" data-uid="C1.Web.Mvc.Olap.PivotChart.ShowTitle">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ShowTitle.html#C1_Web_Mvc_Olap_PivotChart_ShowTitle">ShowTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the chart should include a title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_ShowTotals" data-uid="C1.Web.Mvc.Olap.PivotChart.ShowTotals">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ShowTotals.html#C1_Web_Mvc_Olap_PivotChart_ShowTotals">ShowTotals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the chart should include only totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotChart_Stacking" data-uid="C1.Web.Mvc.Olap.PivotChart.Stacking">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.Stacking.html#C1_Web_Mvc_Olap_PivotChart_Stacking">Stacking</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether and how the series objects are stacked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
