# C1.Win.FlexPivot.C1FlexPivotChart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexPivot_C1FlexPivotChart" data-uid="C1.Win.FlexPivot.C1FlexPivotChart" class="text-break">C1FlexPivotChart Class
</h1>
  <div class="markdown level0 summary"><p>Represents a custom chart control for visualizing FlexPivot data.</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">C1FlexPivotChart</span></div>
  </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_C1FlexPivotChart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1FlexPivotChart), &quot;C1FlexPivotChart.png&quot;)]
public class C1FlexPivotChart : C1Chart</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1FlexPivotChart), &quot;C1FlexPivotChart.png&quot;)&gt;
Public Class C1FlexPivotChart
    Inherits C1Chart</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_Win_FlexPivot_C1FlexPivotChart__ctor" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.#ctor">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.-ctor.html#C1_Win_FlexPivot_C1FlexPivotChart__ctor">C1FlexPivotChart()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.html">C1FlexPivotChart</a>.</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_Win_FlexPivot_C1FlexPivotChart_BackColor" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.BackColor">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.BackColor.html#C1_Win_FlexPivot_C1FlexPivotChart_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden to modify the default value and attributes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_ChartTitle" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.ChartTitle">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.ChartTitle.html#C1_Win_FlexPivot_C1FlexPivotChart_ChartTitle">ChartTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the title of the C1FlexPivotChart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_ChartTotals" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.ChartTotals">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.ChartTotals.html#C1_Win_FlexPivot_C1FlexPivotChart_ChartTotals">ChartTotals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart should include only totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_ChartType" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.ChartType">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.ChartType.html#C1_Win_FlexPivot_C1FlexPivotChart_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart type (Bar, Column, Line, Area, etc).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_ColorGeneration" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.ColorGeneration">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.ColorGeneration.html#C1_Win_FlexPivot_C1FlexPivotChart_ColorGeneration">ColorGeneration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color scheme used for the data series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_DataSource" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.DataSource">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.DataSource.html#C1_Win_FlexPivot_C1FlexPivotChart_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotPanel.html">C1FlexPivotPanel</a> that provides data for this chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_MaxPoints" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.MaxPoints">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.MaxPoints.html#C1_Win_FlexPivot_C1FlexPivotChart_MaxPoints">MaxPoints</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of points shown in each series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_MaxSeries" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.MaxSeries">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.MaxSeries.html#C1_Win_FlexPivot_C1FlexPivotChart_MaxSeries">MaxSeries</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of data series shown in the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_PropBag" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.PropBag">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.PropBag.html#C1_Win_FlexPivot_C1FlexPivotChart_PropBag">PropBag</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden to modify the default value and attributes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_ShowGridLines" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.ShowGridLines">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.ShowGridLines.html#C1_Win_FlexPivot_C1FlexPivotChart_ShowGridLines">ShowGridLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart includes gridlines along the X axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_ShowLegend" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.ShowLegend">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.ShowLegend.html#C1_Win_FlexPivot_C1FlexPivotChart_ShowLegend">ShowLegend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart includes a legend describing each series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_ShowTitle" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.ShowTitle">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.ShowTitle.html#C1_Win_FlexPivot_C1FlexPivotChart_ShowTitle">ShowTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart contains a title above the data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_Stacked" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.Stacked">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.Stacked.html#C1_Win_FlexPivot_C1FlexPivotChart_Stacked">Stacked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the series should
be stacked or placed side-by-side.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_ToolTip" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.ToolTip">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.ToolTip.html#C1_Win_FlexPivot_C1FlexPivotChart_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden to modify the default value and attributes.</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_Win_FlexPivot_C1FlexPivotChart_Dispose_System_Boolean_" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.Dispose.html#C1_Win_FlexPivot_C1FlexPivotChart_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_OnVisibleChanged_System_EventArgs_" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.OnVisibleChanged.html#C1_Win_FlexPivot_C1FlexPivotChart_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden to update the chart when it becomes visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.ProcessCmdKey.html#C1_Win_FlexPivot_C1FlexPivotChart_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_">ProcessCmdKey(ref Message, Keys)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_ReadXml_System_String_" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.ReadXml(System.String)">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.ReadXml.html#C1_Win_FlexPivot_C1FlexPivotChart_ReadXml_System_String_">ReadXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the control settings from a file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_ReadXml_System_Xml_XmlReader_" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.ReadXml.html#C1_Win_FlexPivot_C1FlexPivotChart_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the control settings from an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.xmlreader">XmlReader</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_Update" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.Update">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.Update.html#C1_Win_FlexPivot_C1FlexPivotChart_Update">Update()</a>
        </td>
        <td class="markdown level1 summary"><p>Rebuilds the chart even when it is not visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_WriteXml_System_String_" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.WriteXml(System.String)">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.WriteXml.html#C1_Win_FlexPivot_C1FlexPivotChart_WriteXml_System_String_">WriteXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the control settings into an Xml file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotChart_WriteXml_System_Xml_XmlWriter_" data-uid="C1.Win.FlexPivot.C1FlexPivotChart.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotChart.WriteXml.html#C1_Win_FlexPivot_C1FlexPivotChart_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the control settings into an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.xmlwriter">XmlWriter</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
