# C1.Win.Chart.FlexChartBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_FlexChartBase" data-uid="C1.Win.Chart.FlexChartBase" class="text-break">FlexChartBase Class
</h1>
  <div class="markdown level0 summary"><p>Base class for chart controls.</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"><span class="xref">FlexChartBase</span></div>
      <div class="level5"><a class="xref" href="C1.Win.Chart.FlexChart.html">FlexChart</a></div>
      <div class="level5"><a class="xref" href="C1.Win.Chart.FlexPie.html">FlexPie</a></div>
      <div class="level5"><a class="xref" href="C1.Win.Chart.TreeMap.html">TreeMap</a></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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_FlexChartBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class FlexChartBase : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class FlexChartBase
    Inherits Control
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</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_Chart_FlexChartBase__ctor" data-uid="C1.Win.Chart.FlexChartBase.#ctor">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.-ctor.html#C1_Win_Chart_FlexChartBase__ctor">FlexChartBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of FlexChartBase.</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_Chart_FlexChartBase_HitTestThreshold" data-uid="C1.Win.Chart.FlexChartBase.HitTestThreshold">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.HitTestThreshold.html">HitTestThreshold</a>
        </td>
        <td class="markdown level1 summary"><p>The mouse hit test threshold.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase__mpos" data-uid="C1.Win.Chart.FlexChartBase._mpos">
          <a class="xref" href="C1.Win.Chart.FlexChartBase._mpos.html">_mpos</a>
        </td>
        <td class="markdown level1 summary"><p>Mouse position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase__ttPoint" data-uid="C1.Win.Chart.FlexChartBase._ttPoint">
          <a class="xref" href="C1.Win.Chart.FlexChartBase._ttPoint.html">_ttPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Tooltip position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_updating" data-uid="C1.Win.Chart.FlexChartBase.updating">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.updating.html">updating</a>
        </td>
        <td class="markdown level1 summary"><p>The control update counter.</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_Chart_FlexChartBase_BackColor" data-uid="C1.Win.Chart.FlexChartBase.BackColor">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.BackColor.html#C1_Win_Chart_FlexChartBase_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_CanShowTooltip" data-uid="C1.Win.Chart.FlexChartBase.CanShowTooltip">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.CanShowTooltip.html#C1_Win_Chart_FlexChartBase_CanShowTooltip">CanShowTooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to show the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_CustomPalette" data-uid="C1.Win.Chart.FlexChartBase.CustomPalette">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.CustomPalette.html#C1_Win_Chart_FlexChartBase_CustomPalette">CustomPalette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom palette.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_DefaultSize" data-uid="C1.Win.Chart.FlexChartBase.DefaultSize">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.DefaultSize.html#C1_Win_Chart_FlexChartBase_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default control's size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_Font" data-uid="C1.Win.Chart.FlexChartBase.Font">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.Font.html#C1_Win_Chart_FlexChartBase_Font">Font</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_Footer" data-uid="C1.Win.Chart.FlexChartBase.Footer">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.Footer.html#C1_Win_Chart_FlexChartBase_Footer">Footer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart footer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_ForeColor" data-uid="C1.Win.Chart.FlexChartBase.ForeColor">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.ForeColor.html#C1_Win_Chart_FlexChartBase_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_Header" data-uid="C1.Win.Chart.FlexChartBase.Header">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.Header.html#C1_Win_Chart_FlexChartBase_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_Legend" data-uid="C1.Win.Chart.FlexChartBase.Legend">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.Legend.html#C1_Win_Chart_FlexChartBase_Legend">Legend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_Palette" data-uid="C1.Win.Chart.FlexChartBase.Palette">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.Palette.html#C1_Win_Chart_FlexChartBase_Palette">Palette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart palette.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_PlotStyle" data-uid="C1.Win.Chart.FlexChartBase.PlotStyle">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.PlotStyle.html#C1_Win_Chart_FlexChartBase_PlotStyle">PlotStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of plot area(area inside axes).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_SelectedIndex" data-uid="C1.Win.Chart.FlexChartBase.SelectedIndex">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.SelectedIndex.html#C1_Win_Chart_FlexChartBase_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of chart selected element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_SelectionMode" data-uid="C1.Win.Chart.FlexChartBase.SelectionMode">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.SelectionMode.html#C1_Win_Chart_FlexChartBase_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart selection mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_SelectionStyle" data-uid="C1.Win.Chart.FlexChartBase.SelectionStyle">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.SelectionStyle.html#C1_Win_Chart_FlexChartBase_SelectionStyle">SelectionStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of selected element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_SmoothingMode" data-uid="C1.Win.Chart.FlexChartBase.SmoothingMode">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.SmoothingMode.html#C1_Win_Chart_FlexChartBase_SmoothingMode">SmoothingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets chart smoothing mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_ToolTip" data-uid="C1.Win.Chart.FlexChartBase.ToolTip">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.ToolTip.html#C1_Win_Chart_FlexChartBase_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart tooltip.</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_Chart_FlexChartBase_BeginUpdate" data-uid="C1.Win.Chart.FlexChartBase.BeginUpdate">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.BeginUpdate.html#C1_Win_Chart_FlexChartBase_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Suspends notifications until the next call to EndUpdate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_DrawChart_System_Drawing_Graphics_System_Drawing_Point_System_Drawing_Size_" data-uid="C1.Win.Chart.FlexChartBase.DrawChart(System.Drawing.Graphics,System.Drawing.Point,System.Drawing.Size)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.DrawChart.html#C1_Win_Chart_FlexChartBase_DrawChart_System_Drawing_Graphics_System_Drawing_Point_System_Drawing_Size_">DrawChart(Graphics, Point, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws chart on the specified graphics at the specified point with specified size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_DrawChart_System_Drawing_Graphics_System_Drawing_Size_" data-uid="C1.Win.Chart.FlexChartBase.DrawChart(System.Drawing.Graphics,System.Drawing.Size)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.DrawChart.html#C1_Win_Chart_FlexChartBase_DrawChart_System_Drawing_Graphics_System_Drawing_Size_">DrawChart(Graphics, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws chart on the specified graphics with specified size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_EndUpdate" data-uid="C1.Win.Chart.FlexChartBase.EndUpdate">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.EndUpdate.html#C1_Win_Chart_FlexChartBase_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes notifications suspended by calls to BeginUpdate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_GetContent_C1_Chart_HitTestInfo_System_String_" data-uid="C1.Win.Chart.FlexChartBase.GetContent(C1.Chart.HitTestInfo,System.String)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.GetContent.html#C1_Win_Chart_FlexChartBase_GetContent_C1_Chart_HitTestInfo_System_String_">GetContent(HitTestInfo, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the content depending on mouse position <span class="xref">C1.Chart.HitTestInfo</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_GetStyle_System_String_" data-uid="C1.Win.Chart.FlexChartBase.GetStyle(System.String)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.GetStyle.html#C1_Win_Chart_FlexChartBase_GetStyle_System_String_">GetStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_HandleTooltips_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Chart.FlexChartBase.HandleTooltips(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.HandleTooltips.html#C1_Win_Chart_FlexChartBase_HandleTooltips_System_Windows_Forms_MouseEventArgs_">HandleTooltips(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handle tooltips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_HideTooltip" data-uid="C1.Win.Chart.FlexChartBase.HideTooltip">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.HideTooltip.html#C1_Win_Chart_FlexChartBase_HideTooltip">HideTooltip()</a>
        </td>
        <td class="markdown level1 summary"><p>Hides tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_HitTest_System_Drawing_Point_" data-uid="C1.Win.Chart.FlexChartBase.HitTest(System.Drawing.Point)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.HitTest.html#C1_Win_Chart_FlexChartBase_HitTest_System_Drawing_Point_">HitTest(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a HitTestInfo object with information about the specified point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.Chart.FlexChartBase.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.OnMouseLeave.html#C1_Win_Chart_FlexChartBase_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises OnMouseLeave event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Chart.FlexChartBase.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.OnMouseMove.html#C1_Win_Chart_FlexChartBase_OnMouseMove_System_Windows_Forms_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises MouseMove event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Chart.FlexChartBase.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.OnMouseWheel.html#C1_Win_Chart_FlexChartBase_OnMouseWheel_System_Windows_Forms_MouseEventArgs_">OnMouseWheel(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_OnSelectionChanged_System_EventArgs_" data-uid="C1.Win.Chart.FlexChartBase.OnSelectionChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.OnSelectionChanged.html#C1_Win_Chart_FlexChartBase_OnSelectionChanged_System_EventArgs_">OnSelectionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises SelectionChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_ResetPalette" data-uid="C1.Win.Chart.FlexChartBase.ResetPalette">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.ResetPalette.html#C1_Win_Chart_FlexChartBase_ResetPalette">ResetPalette()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Chart.FlexChartBase.Palette.html#C1_Win_Chart_FlexChartBase_Palette">Palette</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_SaveImage" data-uid="C1.Win.Chart.FlexChartBase.SaveImage">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.SaveImage.html#C1_Win_Chart_FlexChartBase_SaveImage">SaveImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves chart as image to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_SaveImage_System_IO_Stream_C1_Win_Chart_ImageFormat_System_Int32_System_Int32_" data-uid="C1.Win.Chart.FlexChartBase.SaveImage(System.IO.Stream,C1.Win.Chart.ImageFormat,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.SaveImage.html#C1_Win_Chart_FlexChartBase_SaveImage_System_IO_Stream_C1_Win_Chart_ImageFormat_System_Int32_System_Int32_">SaveImage(Stream, ImageFormat, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves chart as image with to the specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_SaveImage_System_Int32_System_Int32_" data-uid="C1.Win.Chart.FlexChartBase.SaveImage(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.SaveImage.html#C1_Win_Chart_FlexChartBase_SaveImage_System_Int32_System_Int32_">SaveImage(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves chart as image with specified width and height to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_ShouldSerializeBackColor" data-uid="C1.Win.Chart.FlexChartBase.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.ShouldSerializeBackColor.html#C1_Win_Chart_FlexChartBase_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_ShouldSerializeFont" data-uid="C1.Win.Chart.FlexChartBase.ShouldSerializeFont">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.ShouldSerializeFont.html#C1_Win_Chart_FlexChartBase_ShouldSerializeFont">ShouldSerializeFont()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_ShouldSerializeForeColor" data-uid="C1.Win.Chart.FlexChartBase.ShouldSerializeForeColor">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.ShouldSerializeForeColor.html#C1_Win_Chart_FlexChartBase_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_ShouldSerializePalette" data-uid="C1.Win.Chart.FlexChartBase.ShouldSerializePalette">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.ShouldSerializePalette.html#C1_Win_Chart_FlexChartBase_ShouldSerializePalette">ShouldSerializePalette()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Chart.FlexChartBase.Palette.html#C1_Win_Chart_FlexChartBase_Palette">Palette</a> property.</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_Chart_FlexChartBase_LegendItemFormat" data-uid="C1.Win.Chart.FlexChartBase.LegendItemFormat">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.LegendItemFormat.html">LegendItemFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when formatting legend item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_Rendered" data-uid="C1.Win.Chart.FlexChartBase.Rendered">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.Rendered.html">Rendered</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after chart finishes rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_Rendering" data-uid="C1.Win.Chart.FlexChartBase.Rendering">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.Rendering.html">Rendering</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before chart starts rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChartBase_SelectionChanged" data-uid="C1.Win.Chart.FlexChartBase.SelectionChanged">
          <a class="xref" href="C1.Win.Chart.FlexChartBase.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after selected element was changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
