# C1.Web.Mvc.Olap.Fluent.PivotChartBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder" class="text-break">PivotChartBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.html">PivotChart</a>.</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"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Olap.PivotChart.html">PivotChart</a>, <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.html">PivotChartBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Olap.PivotChart.html">PivotChart</a>, <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.html">PivotChartBuilder</a>&gt;</div>
    <div class="level4"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Olap.PivotChart.html">PivotChart</a>, <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.html">PivotChartBuilder</a>&gt;</div>
    <div class="level5"><span class="xref">PivotChartBuilder</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Olap.Fluent.html">C1.Web.Mvc.Olap.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.Olap.dll</h6>
  <h5 id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PivotChartBuilder : ControlBuilder&lt;PivotChart, PivotChartBuilder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PivotChartBuilder
    Inherits ControlBuilder(Of PivotChart, PivotChartBuilder)
    Implements IHtmlContent</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_Fluent_PivotChartBuilder__ctor_C1_Web_Mvc_Olap_PivotChart_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.#ctor(C1.Web.Mvc.Olap.PivotChart)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.-ctor.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder__ctor_C1_Web_Mvc_Olap_PivotChart_">PivotChartBuilder(PivotChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.html">PivotChartBuilder</a> instance to configurate <code class="paramref">component</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Fluent_PivotChartBuilder_ChartType_C1_Web_Mvc_Olap_PivotChartType_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ChartType(C1.Web.Mvc.Olap.PivotChartType)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ChartType.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ChartType_C1_Web_Mvc_Olap_PivotChartType_">ChartType(PivotChartType)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ChartType.html#C1_Web_Mvc_Olap_PivotChart_ChartType">ChartType</a>.
Sets the type of chart to create.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_Footer_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.Footer(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.Footer.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_Footer_System_String_">Footer(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.Footer.html#C1_Web_Mvc_Olap_PivotChart_Footer">Footer</a>.
Sets the text displayed in the chart footer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_FooterStyle_System_Action_C1_Web_Mvc_Fluent_TitleStyleBuilder__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.FooterStyle(System.Action{C1.Web.Mvc.Fluent.TitleStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.FooterStyle.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_FooterStyle_System_Action_C1_Web_Mvc_Fluent_TitleStyleBuilder__">FooterStyle(Action&lt;TitleStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.FooterStyle.html#C1_Web_Mvc_Olap_PivotChart_FooterStyle">FooterStyle</a>.
Sets the style of the chart footer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_Header_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.Header(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.Header.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_Header_System_String_">Header(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.Header.html#C1_Web_Mvc_Olap_PivotChart_Header">Header</a>.
Sets the text displayed in the chart header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_HeaderStyle_System_Action_C1_Web_Mvc_Fluent_TitleStyleBuilder__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.HeaderStyle(System.Action{C1.Web.Mvc.Fluent.TitleStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.HeaderStyle.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_HeaderStyle_System_Action_C1_Web_Mvc_Fluent_TitleStyleBuilder__">HeaderStyle(Action&lt;TitleStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.HeaderStyle.html#C1_Web_Mvc_Olap_PivotChart_HeaderStyle">HeaderStyle</a>.
Sets the style of the chart header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ItemsSourceId_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ItemsSourceId(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ItemsSourceId.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ItemsSourceId_System_String_">ItemsSourceId(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ItemsSourceId.html#C1_Web_Mvc_Olap_PivotChart_ItemsSourceId">ItemsSourceId</a>.
Sets the id of the source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_LegendPosition_C1_Web_Mvc_Chart_Position_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.LegendPosition(C1.Web.Mvc.Chart.Position)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.LegendPosition.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_LegendPosition_C1_Web_Mvc_Chart_Position_">LegendPosition(Position)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.LegendPosition.html#C1_Web_Mvc_Olap_PivotChart_LegendPosition">LegendPosition</a>.
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_Fluent_PivotChartBuilder_MaxPoints_System_Int32_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.MaxPoints(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.MaxPoints.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_MaxPoints_System_Int32_">MaxPoints(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.MaxPoints.html#C1_Web_Mvc_Olap_PivotChart_MaxPoints">MaxPoints</a>.
Sets the maximum number of points to be shown in each series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_MaxSeries_System_Int32_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.MaxSeries(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.MaxSeries.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_MaxSeries_System_Int32_">MaxSeries(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.MaxSeries.html#C1_Web_Mvc_Olap_PivotChart_MaxSeries">MaxSeries</a>.
Sets the maximum number of data series to be shown in the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ShowFlexChart_System_Action_C1_Web_Mvc_Olap_Fluent_PivotFlexChartBuilder__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowFlexChart(System.Action{C1.Web.Mvc.Olap.Fluent.PivotFlexChartBuilder})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowFlexChart.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ShowFlexChart_System_Action_C1_Web_Mvc_Olap_Fluent_PivotFlexChartBuilder__">ShowFlexChart(Action&lt;PivotFlexChartBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the FlexChart property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ShowFlexPie_System_Action_C1_Web_Mvc_Olap_Fluent_PivotFlexPieBuilder__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowFlexPie(System.Action{C1.Web.Mvc.Olap.Fluent.PivotFlexPieBuilder})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowFlexPie.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ShowFlexPie_System_Action_C1_Web_Mvc_Olap_Fluent_PivotFlexPieBuilder__">ShowFlexPie(Action&lt;PivotFlexPieBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the FlexPie property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ShowHierarchicalAxes_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowHierarchicalAxes(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowHierarchicalAxes.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ShowHierarchicalAxes_System_Boolean_">ShowHierarchicalAxes(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ShowHierarchicalAxes.html#C1_Web_Mvc_Olap_PivotChart_ShowHierarchicalAxes">ShowHierarchicalAxes</a>.
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_Fluent_PivotChartBuilder_ShowLegend_C1_Web_Mvc_Olap_LegendVisibility_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowLegend(C1.Web.Mvc.Olap.LegendVisibility)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowLegend.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ShowLegend_C1_Web_Mvc_Olap_LegendVisibility_">ShowLegend(LegendVisibility)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ShowLegend.html#C1_Web_Mvc_Olap_PivotChart_ShowLegend">ShowLegend</a>.
Sets a value that determines whether the chart should include a legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ShowTitle_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowTitle(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowTitle.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ShowTitle_System_Boolean_">ShowTitle(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ShowTitle.html#C1_Web_Mvc_Olap_PivotChart_ShowTitle">ShowTitle</a>.
Sets a value that determines whether the chart should include a title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ShowTotals_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowTotals(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.ShowTotals.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_ShowTotals_System_Boolean_">ShowTotals(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.ShowTotals.html#C1_Web_Mvc_Olap_PivotChart_ShowTotals">ShowTotals</a>.
Sets a value that determines whether the chart should include only totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_Stacking_C1_Web_Mvc_Chart_Stacking_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.Stacking(C1.Web.Mvc.Chart.Stacking)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotChartBuilder.Stacking.html#C1_Web_Mvc_Olap_Fluent_PivotChartBuilder_Stacking_C1_Web_Mvc_Chart_Stacking_">Stacking(Stacking)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotChart.Stacking.html#C1_Web_Mvc_Olap_PivotChart_Stacking">Stacking</a>.
Sets a value that determines whether and how the series objects are stacked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
