# C1.WPF.Chart.FlexChart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_FlexChart" data-uid="C1.WPF.Chart.FlexChart" class="text-break">FlexChart Class
</h1>
  <div class="markdown level0 summary"><p>FlexChart control.</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.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="C1.WPF.Chart.FlexChartBase.html">FlexChartBase</a></div>
    <div class="level6"><span class="xref">FlexChart</span></div>
      <div class="level7"><a class="xref" href="C1.WPF.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.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><span class="xref">IMetricProvider</span></div>
    <div><span class="xref">IChart</span></div>
    <div><span class="xref">IChartBase</span></div>
    <div><span class="xref">IStyleProvider</span></div>
    <div><span class="xref">IPalette</span></div>
    <div><span class="xref">IBrushConverter</span></div>
    <div><span class="xref">ISupportCustomRenderEngine</span></div>
    <div><span class="xref">IHitTester</span></div>
    <div><span class="xref">IAnimatedChart</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.html">C1.WPF.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Chart.dll</h6>
  <h5 id="C1_WPF_Chart_FlexChart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;canvas&quot;, Type = typeof(RenderCanvas))]
[TemplatePart(Name = &quot;Layers&quot;, Type = typeof(Canvas))]
public class FlexChart : FlexChartBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IMetricProvider, IChart, IChartBase, IStyleProvider, IPalette, IBrushConverter, ISupportCustomRenderEngine, IHitTester, IAnimatedChart</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;canvas&quot;, Type:=GetType(RenderCanvas))&gt;
&lt;TemplatePart(Name:=&quot;Layers&quot;, Type:=GetType(Canvas))&gt;
Public Class FlexChart
    Inherits FlexChartBase
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IMetricProvider, IChart, IChartBase, IStyleProvider, IPalette, IBrushConverter, ISupportCustomRenderEngine, IHitTester, IAnimatedChart</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_WPF_Chart_FlexChart__ctor" data-uid="C1.WPF.Chart.FlexChart.#ctor">
          <a class="xref" href="C1.WPF.Chart.FlexChart.-ctor.html#C1_WPF_Chart_FlexChart__ctor">FlexChart()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of FlexChart.</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_WPF_Chart_FlexChart_AxesOnTopProperty" data-uid="C1.WPF.Chart.FlexChart.AxesOnTopProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChart.AxesOnTopProperty.html">AxesOnTopProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AxesOnTop dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_BindingXProperty" data-uid="C1.WPF.Chart.FlexChart.BindingXProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChart.BindingXProperty.html">BindingXProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the BindingX dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_ChartTypeProperty" data-uid="C1.WPF.Chart.FlexChart.ChartTypeProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChart.ChartTypeProperty.html">ChartTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ChartType dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_OptionsProperty" data-uid="C1.WPF.Chart.FlexChart.OptionsProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChart.OptionsProperty.html">OptionsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Options dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_PlotMarginProperty" data-uid="C1.WPF.Chart.FlexChart.PlotMarginProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChart.PlotMarginProperty.html">PlotMarginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the PlotMargin dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_RenderModeProperty" data-uid="C1.WPF.Chart.FlexChart.RenderModeProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChart.RenderModeProperty.html">RenderModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the RenderMode dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_RotatedProperty" data-uid="C1.WPF.Chart.FlexChart.RotatedProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChart.RotatedProperty.html">RotatedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Rotated dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_SelectedSeriesProperty" data-uid="C1.WPF.Chart.FlexChart.SelectedSeriesProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChart.SelectedSeriesProperty.html">SelectedSeriesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SelectedSeries dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_StackingProperty" data-uid="C1.WPF.Chart.FlexChart.StackingProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChart.StackingProperty.html">StackingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Stacking dependency property.</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_WPF_Chart_FlexChart_AnimationLoad" data-uid="C1.WPF.Chart.FlexChart.AnimationLoad">
          <a class="xref" href="C1.WPF.Chart.FlexChart.AnimationLoad.html#C1_WPF_Chart_FlexChart_AnimationLoad">AnimationLoad</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the options for load animation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_AnimationSettings" data-uid="C1.WPF.Chart.FlexChart.AnimationSettings">
          <a class="xref" href="C1.WPF.Chart.FlexChart.AnimationSettings.html#C1_WPF_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_WPF_Chart_FlexChart_AnimationUpdate" data-uid="C1.WPF.Chart.FlexChart.AnimationUpdate">
          <a class="xref" href="C1.WPF.Chart.FlexChart.AnimationUpdate.html#C1_WPF_Chart_FlexChart_AnimationUpdate">AnimationUpdate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the options for update animation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_AxesOnTop" data-uid="C1.WPF.Chart.FlexChart.AxesOnTop">
          <a class="xref" href="C1.WPF.Chart.FlexChart.AxesOnTop.html#C1_WPF_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_WPF_Chart_FlexChart_AxisX" data-uid="C1.WPF.Chart.FlexChart.AxisX">
          <a class="xref" href="C1.WPF.Chart.FlexChart.AxisX.html#C1_WPF_Chart_FlexChart_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the main chart x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_AxisY" data-uid="C1.WPF.Chart.FlexChart.AxisY">
          <a class="xref" href="C1.WPF.Chart.FlexChart.AxisY.html#C1_WPF_Chart_FlexChart_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the main chart y-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_Behaviors" data-uid="C1.WPF.Chart.FlexChart.Behaviors">
          <a class="xref" href="C1.WPF.Chart.FlexChart.Behaviors.html#C1_WPF_Chart_FlexChart_Behaviors">Behaviors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the behaviors collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_BindingX" data-uid="C1.WPF.Chart.FlexChart.BindingX">
          <a class="xref" href="C1.WPF.Chart.FlexChart.BindingX.html#C1_WPF_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_WPF_Chart_FlexChart_CanShowTooltip" data-uid="C1.WPF.Chart.FlexChart.CanShowTooltip">
          <a class="xref" href="C1.WPF.Chart.FlexChart.CanShowTooltip.html#C1_WPF_Chart_FlexChart_CanShowTooltip">CanShowTooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Whether tooltip can be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_ChartType" data-uid="C1.WPF.Chart.FlexChart.ChartType">
          <a class="xref" href="C1.WPF.Chart.FlexChart.ChartType.html#C1_WPF_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_WPF_Chart_FlexChart_DataLabel" data-uid="C1.WPF.Chart.FlexChart.DataLabel">
          <a class="xref" href="C1.WPF.Chart.FlexChart.DataLabel.html#C1_WPF_Chart_FlexChart_DataLabel">DataLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_Layers" data-uid="C1.WPF.Chart.FlexChart.Layers">
          <a class="xref" href="C1.WPF.Chart.FlexChart.Layers.html#C1_WPF_Chart_FlexChart_Layers">Layers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart layers collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_Options" data-uid="C1.WPF.Chart.FlexChart.Options">
          <a class="xref" href="C1.WPF.Chart.FlexChart.Options.html#C1_WPF_Chart_FlexChart_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_PlotAreas" data-uid="C1.WPF.Chart.FlexChart.PlotAreas">
          <a class="xref" href="C1.WPF.Chart.FlexChart.PlotAreas.html#C1_WPF_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_WPF_Chart_FlexChart_PlotMargin" data-uid="C1.WPF.Chart.FlexChart.PlotMargin">
          <a class="xref" href="C1.WPF.Chart.FlexChart.PlotMargin.html#C1_WPF_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_WPF_Chart_FlexChart_PlotRect" data-uid="C1.WPF.Chart.FlexChart.PlotRect">
          <a class="xref" href="C1.WPF.Chart.FlexChart.PlotRect.html#C1_WPF_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_WPF_Chart_FlexChart_RenderMode" data-uid="C1.WPF.Chart.FlexChart.RenderMode">
          <a class="xref" href="C1.WPF.Chart.FlexChart.RenderMode.html#C1_WPF_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_WPF_Chart_FlexChart_Rotated" data-uid="C1.WPF.Chart.FlexChart.Rotated">
          <a class="xref" href="C1.WPF.Chart.FlexChart.Rotated.html#C1_WPF_Chart_FlexChart_Rotated">Rotated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the chart is rotated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_SelectedSeries" data-uid="C1.WPF.Chart.FlexChart.SelectedSeries">
          <a class="xref" href="C1.WPF.Chart.FlexChart.SelectedSeries.html#C1_WPF_Chart_FlexChart_SelectedSeries">SelectedSeries</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_Series" data-uid="C1.WPF.Chart.FlexChart.Series">
          <a class="xref" href="C1.WPF.Chart.FlexChart.Series.html#C1_WPF_Chart_FlexChart_Series">Series</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the series collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_Stacking" data-uid="C1.WPF.Chart.FlexChart.Stacking">
          <a class="xref" href="C1.WPF.Chart.FlexChart.Stacking.html#C1_WPF_Chart_FlexChart_Stacking">Stacking</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart 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_WPF_Chart_FlexChart_DataToPoint_System_Windows_Point_" data-uid="C1.WPF.Chart.FlexChart.DataToPoint(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Chart.FlexChart.DataToPoint.html#C1_WPF_Chart_FlexChart_DataToPoint_System_Windows_Point_">DataToPoint(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a Point from data coordinates to control coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_GetContent_C1_Chart_HitTestInfo_System_String_" data-uid="C1.WPF.Chart.FlexChart.GetContent(C1.Chart.HitTestInfo,System.String)">
          <a class="xref" href="C1.WPF.Chart.FlexChart.GetContent.html#C1_WPF_Chart_FlexChart_GetContent_C1_Chart_HitTestInfo_System_String_">GetContent(HitTestInfo, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the content by specified template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_HitTest_System_Windows_Point_" data-uid="C1.WPF.Chart.FlexChart.HitTest(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Chart.FlexChart.HitTest.html#C1_WPF_Chart_FlexChart_HitTest_System_Windows_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_WPF_Chart_FlexChart_HitTest_System_Windows_Point_System_Boolean_" data-uid="C1.WPF.Chart.FlexChart.HitTest(System.Windows.Point,System.Boolean)">
          <a class="xref" href="C1.WPF.Chart.FlexChart.HitTest.html#C1_WPF_Chart_FlexChart_HitTest_System_Windows_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_WPF_Chart_FlexChart_HitTestTooltip_System_Windows_Point_" data-uid="C1.WPF.Chart.FlexChart.HitTestTooltip(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Chart.FlexChart.HitTestTooltip.html#C1_WPF_Chart_FlexChart_HitTestTooltip_System_Windows_Point_">HitTestTooltip(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Perfoms hit testing for tooltips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_Invalidate" data-uid="C1.WPF.Chart.FlexChart.Invalidate">
          <a class="xref" href="C1.WPF.Chart.FlexChart.Invalidate.html#C1_WPF_Chart_FlexChart_Invalidate">Invalidate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidates the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_OnApplyTemplate" data-uid="C1.WPF.Chart.FlexChart.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Chart.FlexChart.OnApplyTemplate.html#C1_WPF_Chart_FlexChart_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when applying control template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_OnItemsSourceChanged_System_Object_" data-uid="C1.WPF.Chart.FlexChart.OnItemsSourceChanged(System.Object)">
          <a class="xref" href="C1.WPF.Chart.FlexChart.OnItemsSourceChanged.html#C1_WPF_Chart_FlexChart_OnItemsSourceChanged_System_Object_">OnItemsSourceChanged(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_OnMouseDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.Chart.FlexChart.OnMouseDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.Chart.FlexChart.OnMouseDown.html#C1_WPF_Chart_FlexChart_OnMouseDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_OptionsChanged_System_Windows_DependencyObject_System_Object_System_Object_" data-uid="C1.WPF.Chart.FlexChart.OptionsChanged(System.Windows.DependencyObject,System.Object,System.Object)">
          <a class="xref" href="C1.WPF.Chart.FlexChart.OptionsChanged.html#C1_WPF_Chart_FlexChart_OptionsChanged_System_Windows_DependencyObject_System_Object_System_Object_">OptionsChanged(DependencyObject, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when options was changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_PointToData_System_Windows_Point_System_Boolean_" data-uid="C1.WPF.Chart.FlexChart.PointToData(System.Windows.Point,System.Boolean)">
          <a class="xref" href="C1.WPF.Chart.FlexChart.PointToData.html#C1_WPF_Chart_FlexChart_PointToData_System_Windows_Point_System_Boolean_">PointToData(Point, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a Point from control coordinates to chart data coordinates.</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_WPF_Chart_FlexChart_AnimationTransform" data-uid="C1.WPF.Chart.FlexChart.AnimationTransform">
          <a class="xref" href="C1.WPF.Chart.FlexChart.AnimationTransform.html">AnimationTransform</a>
        </td>
        <td class="markdown level1 summary"><p>Fires during animation transformation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_LabelRendered" data-uid="C1.WPF.Chart.FlexChart.LabelRendered">
          <a class="xref" href="C1.WPF.Chart.FlexChart.LabelRendered.html">LabelRendered</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after rendering label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_LabelRendering" data-uid="C1.WPF.Chart.FlexChart.LabelRendering">
          <a class="xref" href="C1.WPF.Chart.FlexChart.LabelRendering.html">LabelRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before rendering label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChart_SeriesVisibilityChanged" data-uid="C1.WPF.Chart.FlexChart.SeriesVisibilityChanged">
          <a class="xref" href="C1.WPF.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>
