# C1.Win.Chart.FlexChart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_FlexChart" data-uid="C1.Win.Chart.FlexChart" class="text-break">FlexChart Class
</h1>
  <div class="markdown level0 summary"><p>Represents a charting control that provides a powerful and flexible way to visualize 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="C1.Win.Chart.FlexChartBase.html">FlexChartBase</a></div>
    <div class="level5"><span class="xref">FlexChart</span></div>
      <div class="level6"><a class="xref" href="C1.Win.Chart.FlexRadar.html">FlexRadar</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><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.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_FlexChart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(FlexChart), &quot;FlexChart.png&quot;)]
[C1Description(&quot;FlexChart&quot;, &quot;Represents a charting control that provides a powerful and flexible way to visualize data.&quot;)]
public class FlexChart : FlexChartBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(FlexChart), &quot;FlexChart.png&quot;)&gt;
&lt;C1Description(&quot;FlexChart&quot;, &quot;Represents a charting control that provides a powerful and flexible way to visualize data.&quot;)&gt;
Public Class FlexChart
    Inherits FlexChartBase
    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_Chart_FlexChart__ctor" data-uid="C1.Win.Chart.FlexChart.#ctor">
          <a class="xref" href="C1.Win.Chart.FlexChart.-ctor.html#C1_Win_Chart_FlexChart__ctor">FlexChart()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of FlexChart control.</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_FlexChart_AnimationLoad" data-uid="C1.Win.Chart.FlexChart.AnimationLoad">
          <a class="xref" href="C1.Win.Chart.FlexChart.AnimationLoad.html#C1_Win_Chart_FlexChart_AnimationLoad">AnimationLoad</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the load animation options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_AnimationSettings" data-uid="C1.Win.Chart.FlexChart.AnimationSettings">
          <a class="xref" href="C1.Win.Chart.FlexChart.AnimationSettings.html#C1_Win_Chart_FlexChart_AnimationSettings">AnimationSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the animation settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_AnimationUpdate" data-uid="C1.Win.Chart.FlexChart.AnimationUpdate">
          <a class="xref" href="C1.Win.Chart.FlexChart.AnimationUpdate.html#C1_Win_Chart_FlexChart_AnimationUpdate">AnimationUpdate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the update animation options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_AxesOnTop" data-uid="C1.Win.Chart.FlexChart.AxesOnTop">
          <a class="xref" href="C1.Win.Chart.FlexChart.AxesOnTop.html#C1_Win_Chart_FlexChart_AxesOnTop">AxesOnTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the chart axes are drawing on the top of data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_AxisX" data-uid="C1.Win.Chart.FlexChart.AxisX">
          <a class="xref" href="C1.Win.Chart.FlexChart.AxisX.html#C1_Win_Chart_FlexChart_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the main chart x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_AxisY" data-uid="C1.Win.Chart.FlexChart.AxisY">
          <a class="xref" href="C1.Win.Chart.FlexChart.AxisY.html#C1_Win_Chart_FlexChart_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the main chart y-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_Behaviors" data-uid="C1.Win.Chart.FlexChart.Behaviors">
          <a class="xref" href="C1.Win.Chart.FlexChart.Behaviors.html#C1_Win_Chart_FlexChart_Behaviors">Behaviors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the behaviors collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_Binding" data-uid="C1.Win.Chart.FlexChart.Binding">
          <a class="xref" href="C1.Win.Chart.FlexChart.Binding.html#C1_Win_Chart_FlexChart_Binding">Binding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property that contains Y values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_BindingMode" data-uid="C1.Win.Chart.FlexChart.BindingMode">
          <a class="xref" href="C1.Win.Chart.FlexChart.BindingMode.html#C1_Win_Chart_FlexChart_BindingMode">BindingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the binding mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_BindingX" data-uid="C1.Win.Chart.FlexChart.BindingX">
          <a class="xref" href="C1.Win.Chart.FlexChart.BindingX.html#C1_Win_Chart_FlexChart_BindingX">BindingX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property that contains X values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_CanShowTooltip" data-uid="C1.Win.Chart.FlexChart.CanShowTooltip">
          <a class="xref" href="C1.Win.Chart.FlexChart.CanShowTooltip.html#C1_Win_Chart_FlexChart_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_FlexChart_ChartType" data-uid="C1.Win.Chart.FlexChart.ChartType">
          <a class="xref" href="C1.Win.Chart.FlexChart.ChartType.html#C1_Win_Chart_FlexChart_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_DataLabel" data-uid="C1.Win.Chart.FlexChart.DataLabel">
          <a class="xref" href="C1.Win.Chart.FlexChart.DataLabel.html#C1_Win_Chart_FlexChart_DataLabel">DataLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart data label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_DataMember" data-uid="C1.Win.Chart.FlexChart.DataMember">
          <a class="xref" href="C1.Win.Chart.FlexChart.DataMember.html#C1_Win_Chart_FlexChart_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the DataMember, if any, for the DataSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_DataSource" data-uid="C1.Win.Chart.FlexChart.DataSource">
          <a class="xref" href="C1.Win.Chart.FlexChart.DataSource.html#C1_Win_Chart_FlexChart_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of objects that contains the series data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_LegendToggle" data-uid="C1.Win.Chart.FlexChart.LegendToggle">
          <a class="xref" href="C1.Win.Chart.FlexChart.LegendToggle.html#C1_Win_Chart_FlexChart_LegendToggle">LegendToggle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether clicking legend items toggles
the series visibility in the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_Options" data-uid="C1.Win.Chart.FlexChart.Options">
          <a class="xref" href="C1.Win.Chart.FlexChart.Options.html#C1_Win_Chart_FlexChart_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets various chart options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_PlotAreas" data-uid="C1.Win.Chart.FlexChart.PlotAreas">
          <a class="xref" href="C1.Win.Chart.FlexChart.PlotAreas.html#C1_Win_Chart_FlexChart_PlotAreas">PlotAreas</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart plot areas collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_PlotMargin" data-uid="C1.Win.Chart.FlexChart.PlotMargin">
          <a class="xref" href="C1.Win.Chart.FlexChart.PlotMargin.html#C1_Win_Chart_FlexChart_PlotMargin">PlotMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot area margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_PlotRect" data-uid="C1.Win.Chart.FlexChart.PlotRect">
          <a class="xref" href="C1.Win.Chart.FlexChart.PlotRect.html#C1_Win_Chart_FlexChart_PlotRect">PlotRect</a>
        </td>
        <td class="markdown level1 summary"><p>Returns plot area rectangle (rectangle inside chart axes).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_RenderMode" data-uid="C1.Win.Chart.FlexChart.RenderMode">
          <a class="xref" href="C1.Win.Chart.FlexChart.RenderMode.html#C1_Win_Chart_FlexChart_RenderMode">RenderMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the render mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_Rotated" data-uid="C1.Win.Chart.FlexChart.Rotated">
          <a class="xref" href="C1.Win.Chart.FlexChart.Rotated.html#C1_Win_Chart_FlexChart_Rotated">Rotated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to flip the axes so that
X is vertical and Y is horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_SelectedSeries" data-uid="C1.Win.Chart.FlexChart.SelectedSeries">
          <a class="xref" href="C1.Win.Chart.FlexChart.SelectedSeries.html#C1_Win_Chart_FlexChart_SelectedSeries">SelectedSeries</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the selected series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_Series" data-uid="C1.Win.Chart.FlexChart.Series">
          <a class="xref" href="C1.Win.Chart.FlexChart.Series.html#C1_Win_Chart_FlexChart_Series">Series</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_Stacking" data-uid="C1.Win.Chart.FlexChart.Stacking">
          <a class="xref" href="C1.Win.Chart.FlexChart.Stacking.html#C1_Win_Chart_FlexChart_Stacking">Stacking</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data stacking.</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_FlexChart_BeginInit" data-uid="C1.Win.Chart.FlexChart.BeginInit">
          <a class="xref" href="C1.Win.Chart.FlexChart.BeginInit.html#C1_Win_Chart_FlexChart_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_DataToPoint_System_Drawing_PointF_" data-uid="C1.Win.Chart.FlexChart.DataToPoint(System.Drawing.PointF)">
          <a class="xref" href="C1.Win.Chart.FlexChart.DataToPoint.html#C1_Win_Chart_FlexChart_DataToPoint_System_Drawing_PointF_">DataToPoint(PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a Point from data coordinates to control coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_Dispose_System_Boolean_" data-uid="C1.Win.Chart.FlexChart.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Chart.FlexChart.Dispose.html#C1_Win_Chart_FlexChart_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_Chart_FlexChart_DrawChart_System_Drawing_Graphics_System_Drawing_Point_System_Drawing_Size_" data-uid="C1.Win.Chart.FlexChart.DrawChart(System.Drawing.Graphics,System.Drawing.Point,System.Drawing.Size)">
          <a class="xref" href="C1.Win.Chart.FlexChart.DrawChart.html#C1_Win_Chart_FlexChart_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_FlexChart_EndInit" data-uid="C1.Win.Chart.FlexChart.EndInit">
          <a class="xref" href="C1.Win.Chart.FlexChart.EndInit.html#C1_Win_Chart_FlexChart_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_GetContent_C1_Chart_HitTestInfo_System_String_" data-uid="C1.Win.Chart.FlexChart.GetContent(C1.Chart.HitTestInfo,System.String)">
          <a class="xref" href="C1.Win.Chart.FlexChart.GetContent.html#C1_Win_Chart_FlexChart_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_FlexChart_HitTest_System_Drawing_Point_" data-uid="C1.Win.Chart.FlexChart.HitTest(System.Drawing.Point)">
          <a class="xref" href="C1.Win.Chart.FlexChart.HitTest.html#C1_Win_Chart_FlexChart_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_FlexChart_HitTest_System_Drawing_Point_C1_Chart_MeasureOption_System_Int32_" data-uid="C1.Win.Chart.FlexChart.HitTest(System.Drawing.Point,C1.Chart.MeasureOption,System.Int32)">
          <a class="xref" href="C1.Win.Chart.FlexChart.HitTest.html#C1_Win_Chart_FlexChart_HitTest_System_Drawing_Point_C1_Chart_MeasureOption_System_Int32_">HitTest(Point, MeasureOption, int)</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_FlexChart_HitTest_System_Drawing_Point_System_Boolean_" data-uid="C1.Win.Chart.FlexChart.HitTest(System.Drawing.Point,System.Boolean)">
          <a class="xref" href="C1.Win.Chart.FlexChart.HitTest.html#C1_Win_Chart_FlexChart_HitTest_System_Drawing_Point_System_Boolean_">HitTest(Point, bool)</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_FlexChart_OnBackgroundImageLayoutChanged_System_EventArgs_" data-uid="C1.Win.Chart.FlexChart.OnBackgroundImageLayoutChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChart.OnBackgroundImageLayoutChanged.html#C1_Win_Chart_FlexChart_OnBackgroundImageLayoutChanged_System_EventArgs_">OnBackgroundImageLayoutChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_OnControlAdded_System_Windows_Forms_ControlEventArgs_" data-uid="C1.Win.Chart.FlexChart.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChart.OnControlAdded.html#C1_Win_Chart_FlexChart_OnControlAdded_System_Windows_Forms_ControlEventArgs_">OnControlAdded(ControlEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_OnControlRemoved_System_Windows_Forms_ControlEventArgs_" data-uid="C1.Win.Chart.FlexChart.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChart.OnControlRemoved.html#C1_Win_Chart_FlexChart_OnControlRemoved_System_Windows_Forms_ControlEventArgs_">OnControlRemoved(ControlEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_OnMouseClick_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Chart.FlexChart.OnMouseClick(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChart.OnMouseClick.html#C1_Win_Chart_FlexChart_OnMouseClick_System_Windows_Forms_MouseEventArgs_">OnMouseClick(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MouseClick event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Chart.FlexChart.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChart.OnPaint.html#C1_Win_Chart_FlexChart_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises Paint event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_OnPaintBackground_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Chart.FlexChart.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChart.OnPaintBackground.html#C1_Win_Chart_FlexChart_OnPaintBackground_System_Windows_Forms_PaintEventArgs_">OnPaintBackground(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the background of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_OnPaintChart_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Chart.FlexChart.OnPaintChart(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChart.OnPaintChart.html#C1_Win_Chart_FlexChart_OnPaintChart_System_Windows_Forms_PaintEventArgs_">OnPaintChart(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_OnSizeChanged_System_EventArgs_" data-uid="C1.Win.Chart.FlexChart.OnSizeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChart.OnSizeChanged.html#C1_Win_Chart_FlexChart_OnSizeChanged_System_EventArgs_">OnSizeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SizeChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_PointToData_System_Drawing_PointF_" data-uid="C1.Win.Chart.FlexChart.PointToData(System.Drawing.PointF)">
          <a class="xref" href="C1.Win.Chart.FlexChart.PointToData.html#C1_Win_Chart_FlexChart_PointToData_System_Drawing_PointF_">PointToData(PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a Point from control coordinates to chart data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_Rebind" data-uid="C1.Win.Chart.FlexChart.Rebind">
          <a class="xref" href="C1.Win.Chart.FlexChart.Rebind.html#C1_Win_Chart_FlexChart_Rebind">Rebind()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs data binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_Render_C1_Chart_IRenderEngine_System_Int32_System_Int32_" data-uid="C1.Win.Chart.FlexChart.Render(C1.Chart.IRenderEngine,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Chart.FlexChart.Render.html#C1_Win_Chart_FlexChart_Render_C1_Chart_IRenderEngine_System_Int32_System_Int32_">Render(IRenderEngine, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_Render_C1_Chart_IRenderEngine_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.Win.Chart.FlexChart.Render(C1.Chart.IRenderEngine,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Chart.FlexChart.Render.html#C1_Win_Chart_FlexChart_Render_C1_Chart_IRenderEngine_System_Int32_System_Int32_System_Int32_System_Int32_">Render(IRenderEngine, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_Series_CollectionChanged_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.Win.Chart.FlexChart.Series_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.Win.Chart.FlexChart.Series_CollectionChanged.html#C1_Win_Chart_FlexChart_Series_CollectionChanged_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">Series_CollectionChanged(object, NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>CollectionChanged event handler.</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_FlexChart_AnimationTransform" data-uid="C1.Win.Chart.FlexChart.AnimationTransform">
          <a class="xref" href="C1.Win.Chart.FlexChart.AnimationTransform.html">AnimationTransform</a>
        </td>
        <td class="markdown level1 summary"><p>Fires during animation transformation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_LabelRendered" data-uid="C1.Win.Chart.FlexChart.LabelRendered">
          <a class="xref" href="C1.Win.Chart.FlexChart.LabelRendered.html">LabelRendered</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after rendering label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_LabelRendering" data-uid="C1.Win.Chart.FlexChart.LabelRendering">
          <a class="xref" href="C1.Win.Chart.FlexChart.LabelRendering.html">LabelRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before rendering label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_FlexChart_SeriesVisibilityChanged" data-uid="C1.Win.Chart.FlexChart.SeriesVisibilityChanged">
          <a class="xref" href="C1.Win.Chart.FlexChart.SeriesVisibilityChanged.html">SeriesVisibilityChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when chart series visibility was changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
