# C1.Win.FlexPivot.FlexPivotChart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexPivot_FlexPivotChart" data-uid="C1.Win.FlexPivot.FlexPivotChart" class="text-break">FlexPivotChart 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.panel">Panel</a></div>
    <div class="level6"><span class="xref">FlexPivotChart</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></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.10.dll</h6>
  <h5 id="C1_Win_FlexPivot_FlexPivotChart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(FlexPivotChart), &quot;FlexPivotChart.png&quot;)]
public class FlexPivotChart : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(FlexPivotChart), &quot;FlexPivotChart.png&quot;)&gt;
Public Class FlexPivotChart
    Inherits Panel
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize</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_FlexPivotChart__ctor" data-uid="C1.Win.FlexPivot.FlexPivotChart.#ctor">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.-ctor.html#C1_Win_FlexPivot_FlexPivotChart__ctor">FlexPivotChart()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.html">FlexPivotChart</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_FlexPivotChart_miChartTypes" data-uid="C1.Win.FlexPivot.FlexPivotChart.miChartTypes">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.miChartTypes.html">miChartTypes</a>
        </td>
        <td class="markdown level1 summary"><p>The &quot;Chart Type&quot; item of default context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_miCopy" data-uid="C1.Win.FlexPivot.FlexPivotChart.miCopy">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.miCopy.html">miCopy</a>
        </td>
        <td class="markdown level1 summary"><p>The &quot;Copy&quot; item of default context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_miShowGridLines" data-uid="C1.Win.FlexPivot.FlexPivotChart.miShowGridLines">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.miShowGridLines.html">miShowGridLines</a>
        </td>
        <td class="markdown level1 summary"><p>The &quot;Show Gridlines&quot; item of default context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_miShowLegend" data-uid="C1.Win.FlexPivot.FlexPivotChart.miShowLegend">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.miShowLegend.html">miShowLegend</a>
        </td>
        <td class="markdown level1 summary"><p>The &quot;Show Legend&quot; item of default context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_miShowTitle" data-uid="C1.Win.FlexPivot.FlexPivotChart.miShowTitle">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.miShowTitle.html">miShowTitle</a>
        </td>
        <td class="markdown level1 summary"><p>The &quot;Show Title&quot; item of default context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_miStacked" data-uid="C1.Win.FlexPivot.FlexPivotChart.miStacked">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.miStacked.html">miStacked</a>
        </td>
        <td class="markdown level1 summary"><p>The &quot;Stacked&quot; item of default context menu.</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_FlexPivotChart_BackColor" data-uid="C1.Win.FlexPivot.FlexPivotChart.BackColor">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.BackColor.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_Chart" data-uid="C1.Win.FlexPivot.FlexPivotChart.Chart">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.Chart.html#C1_Win_FlexPivot_FlexPivotChart_Chart">Chart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the underlying chart control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_ChartTitle" data-uid="C1.Win.FlexPivot.FlexPivotChart.ChartTitle">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.ChartTitle.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_ChartTotals" data-uid="C1.Win.FlexPivot.FlexPivotChart.ChartTotals">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.ChartTotals.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_ChartType" data-uid="C1.Win.FlexPivot.FlexPivotChart.ChartType">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.ChartType.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_CustomPalette" data-uid="C1.Win.FlexPivot.FlexPivotChart.CustomPalette">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.CustomPalette.html#C1_Win_FlexPivot_FlexPivotChart_CustomPalette">CustomPalette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart custom palette.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_DataSource" data-uid="C1.Win.FlexPivot.FlexPivotChart.DataSource">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.DataSource.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_LegendGroups" data-uid="C1.Win.FlexPivot.FlexPivotChart.LegendGroups">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.LegendGroups.html#C1_Win_FlexPivot_FlexPivotChart_LegendGroups">LegendGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to show groups in chart legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_MaxPoints" data-uid="C1.Win.FlexPivot.FlexPivotChart.MaxPoints">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.MaxPoints.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_MaxSeries" data-uid="C1.Win.FlexPivot.FlexPivotChart.MaxSeries">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.MaxSeries.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_Palette" data-uid="C1.Win.FlexPivot.FlexPivotChart.Palette">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.Palette.html#C1_Win_FlexPivot_FlexPivotChart_Palette">Palette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart palette.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_ShowGridLines" data-uid="C1.Win.FlexPivot.FlexPivotChart.ShowGridLines">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.ShowGridLines.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_ShowHeaders" data-uid="C1.Win.FlexPivot.FlexPivotChart.ShowHeaders">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.ShowHeaders.html#C1_Win_FlexPivot_FlexPivotChart_ShowHeaders">ShowHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the chart should display group headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_ShowHierarchicalAxes" data-uid="C1.Win.FlexPivot.FlexPivotChart.ShowHierarchicalAxes">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.ShowHierarchicalAxes.html#C1_Win_FlexPivot_FlexPivotChart_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_Win_FlexPivot_FlexPivotChart_ShowLegend" data-uid="C1.Win.FlexPivot.FlexPivotChart.ShowLegend">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.ShowLegend.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_ShowTitle" data-uid="C1.Win.FlexPivot.FlexPivotChart.ShowTitle">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.ShowTitle.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_Stacked" data-uid="C1.Win.FlexPivot.FlexPivotChart.Stacked">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.Stacked.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_UseAxisScrollbar" data-uid="C1.Win.FlexPivot.FlexPivotChart.UseAxisScrollbar">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.UseAxisScrollbar.html#C1_Win_FlexPivot_FlexPivotChart_UseAxisScrollbar">UseAxisScrollbar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether to use axis scrollbart when number of labels is large.</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_FlexPivotChart_BeginInit" data-uid="C1.Win.FlexPivot.FlexPivotChart.BeginInit">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.BeginInit.html#C1_Win_FlexPivot_FlexPivotChart_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_Dispose_System_Boolean_" data-uid="C1.Win.FlexPivot.FlexPivotChart.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.Dispose.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_EndInit" data-uid="C1.Win.FlexPivot.FlexPivotChart.EndInit">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.EndInit.html#C1_Win_FlexPivot_FlexPivotChart_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_InitializeContextMenu" data-uid="C1.Win.FlexPivot.FlexPivotChart.InitializeContextMenu">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.InitializeContextMenu.html#C1_Win_FlexPivot_FlexPivotChart_InitializeContextMenu">InitializeContextMenu()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates and initialize context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_OnUpdated" data-uid="C1.Win.FlexPivot.FlexPivotChart.OnUpdated">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.OnUpdated.html#C1_Win_FlexPivot_FlexPivotChart_OnUpdated">OnUpdated()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.Updated.html">Updated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_OnUpdating" data-uid="C1.Win.FlexPivot.FlexPivotChart.OnUpdating">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.OnUpdating.html#C1_Win_FlexPivot_FlexPivotChart_OnUpdating">OnUpdating()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.Updating.html">Updating</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_OnVisibleChanged_System_EventArgs_" data-uid="C1.Win.FlexPivot.FlexPivotChart.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.OnVisibleChanged.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_" data-uid="C1.Win.FlexPivot.FlexPivotChart.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.ProcessCmdKey.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_ReadXml_System_String_" data-uid="C1.Win.FlexPivot.FlexPivotChart.ReadXml(System.String)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.ReadXml.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_ReadXml_System_Xml_XmlReader_" data-uid="C1.Win.FlexPivot.FlexPivotChart.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.ReadXml.html#C1_Win_FlexPivot_FlexPivotChart_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the control settings from an <span class="xref">System.Xml.XmlReader</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_UpateContextMenu" data-uid="C1.Win.FlexPivot.FlexPivotChart.UpateContextMenu">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.UpateContextMenu.html#C1_Win_FlexPivot_FlexPivotChart_UpateContextMenu">UpateContextMenu()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_Update" data-uid="C1.Win.FlexPivot.FlexPivotChart.Update">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.Update.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_WriteXml_System_String_" data-uid="C1.Win.FlexPivot.FlexPivotChart.WriteXml(System.String)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.WriteXml.html#C1_Win_FlexPivot_FlexPivotChart_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_FlexPivotChart_WriteXml_System_Xml_XmlWriter_" data-uid="C1.Win.FlexPivot.FlexPivotChart.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.WriteXml.html#C1_Win_FlexPivot_FlexPivotChart_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the control settings into an <span class="xref">System.Xml.XmlWriter</span>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_FlexPivotChart_Updated" data-uid="C1.Win.FlexPivot.FlexPivotChart.Updated">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.Updated.html">Updated</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.html">FlexPivotChart</a> finishes updating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotChart_Updating" data-uid="C1.Win.FlexPivot.FlexPivotChart.Updating">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.Updating.html">Updating</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.html">FlexPivotChart</a> starts updating.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
