# C1.WPF.Chart.FlexChartBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_FlexChartBase" data-uid="C1.WPF.Chart.FlexChartBase" class="text-break">FlexChartBase Class
</h1>
  <div class="markdown level0 summary"><p>Base class for FlexChart and FlexPie 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.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">FlexChartBase</span></div>
      <div class="level8"><a class="xref" href="C1.WPF.Chart.C1FlexChart.html">C1FlexChart</a></div>
      <div class="level8"><a class="xref" href="C1.WPF.Chart.C1FlexPie.html">C1FlexPie</a></div>
      <div class="level8"><a class="xref" href="C1.WPF.Chart.C1TreeMap.html">C1TreeMap</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">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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.html">C1.WPF.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexChart.4.6.2.dll</h6>
  <h5 id="C1_WPF_Chart_FlexChartBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class FlexChartBase : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IChartBase, IStyleProvider, IPalette, IBrushConverter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class FlexChartBase
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IChartBase, IStyleProvider, IPalette, IBrushConverter</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_FlexChartBase__ctor" data-uid="C1.WPF.Chart.FlexChartBase.#ctor">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.-ctor.html#C1_WPF_Chart_FlexChartBase__ctor">FlexChartBase()</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_FlexChartBase_BindingProperty" data-uid="C1.WPF.Chart.FlexChartBase.BindingProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.BindingProperty.html">BindingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Binding dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_CustomPaletteProperty" data-uid="C1.WPF.Chart.FlexChartBase.CustomPaletteProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.CustomPaletteProperty.html">CustomPaletteProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the CustomPalette dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_FooterAlignmentProperty" data-uid="C1.WPF.Chart.FlexChartBase.FooterAlignmentProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.FooterAlignmentProperty.html">FooterAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the FooterAlignment dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_FooterProperty" data-uid="C1.WPF.Chart.FlexChartBase.FooterProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.FooterProperty.html">FooterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Footer dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_FooterStyleProperty" data-uid="C1.WPF.Chart.FlexChartBase.FooterStyleProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.FooterStyleProperty.html">FooterStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the FooterStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_HeaderAlignmentProperty" data-uid="C1.WPF.Chart.FlexChartBase.HeaderAlignmentProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.HeaderAlignmentProperty.html">HeaderAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the HeaderAlignment dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_HeaderProperty" data-uid="C1.WPF.Chart.FlexChartBase.HeaderProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.HeaderProperty.html">HeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Header dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_HeaderStyleProperty" data-uid="C1.WPF.Chart.FlexChartBase.HeaderStyleProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.HeaderStyleProperty.html">HeaderStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the HeaderStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_ItemsSourceProperty" data-uid="C1.WPF.Chart.FlexChartBase.ItemsSourceProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ItemsSource dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendGroupHeaderStyleProperty" data-uid="C1.WPF.Chart.FlexChartBase.LegendGroupHeaderStyleProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendGroupHeaderStyleProperty.html">LegendGroupHeaderStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendGroupStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendMaxWidthProperty" data-uid="C1.WPF.Chart.FlexChartBase.LegendMaxWidthProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendMaxWidthProperty.html">LegendMaxWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendMaxWidth dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendOrientationProperty" data-uid="C1.WPF.Chart.FlexChartBase.LegendOrientationProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendOrientationProperty.html">LegendOrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendOrientation dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendPositionProperty" data-uid="C1.WPF.Chart.FlexChartBase.LegendPositionProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendPositionProperty.html">LegendPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendPosition dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendReversedProperty" data-uid="C1.WPF.Chart.FlexChartBase.LegendReversedProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendReversedProperty.html">LegendReversedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendReversed dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendScrollBarStyleProperty" data-uid="C1.WPF.Chart.FlexChartBase.LegendScrollBarStyleProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendScrollBarStyleProperty.html">LegendScrollBarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendScrollBarStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendStyleProperty" data-uid="C1.WPF.Chart.FlexChartBase.LegendStyleProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendStyleProperty.html">LegendStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendTextWrappingProperty" data-uid="C1.WPF.Chart.FlexChartBase.LegendTextWrappingProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendTextWrappingProperty.html">LegendTextWrappingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendTextWrapping dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendTitleProperty" data-uid="C1.WPF.Chart.FlexChartBase.LegendTitleProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendTitleProperty.html">LegendTitleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendTitle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendTitleStyleProperty" data-uid="C1.WPF.Chart.FlexChartBase.LegendTitleStyleProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendTitleStyleProperty.html">LegendTitleStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendTitleStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendToggleProperty" data-uid="C1.WPF.Chart.FlexChartBase.LegendToggleProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendToggleProperty.html">LegendToggleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendToggle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_PaletteProperty" data-uid="C1.WPF.Chart.FlexChartBase.PaletteProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.PaletteProperty.html">PaletteProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Palette dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_PlotStyleProperty" data-uid="C1.WPF.Chart.FlexChartBase.PlotStyleProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.PlotStyleProperty.html">PlotStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the PlotStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_SelectedIndexProperty" data-uid="C1.WPF.Chart.FlexChartBase.SelectedIndexProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SelectedIndex dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_SelectionModeProperty" data-uid="C1.WPF.Chart.FlexChartBase.SelectionModeProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.SelectionModeProperty.html">SelectionModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SelectionMode dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_SelectionStyleProperty" data-uid="C1.WPF.Chart.FlexChartBase.SelectionStyleProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.SelectionStyleProperty.html">SelectionStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SelectionStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_ToolTipContentProperty" data-uid="C1.WPF.Chart.FlexChartBase.ToolTipContentProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.ToolTipContentProperty.html">ToolTipContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ToolTipContent dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_ToolTipProperty" data-uid="C1.WPF.Chart.FlexChartBase.ToolTipProperty">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.ToolTipProperty.html">ToolTipProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ToolTip dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase__dataChanged" data-uid="C1.WPF.Chart.FlexChartBase._dataChanged">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase._dataChanged.html">_dataChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Data changed flag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase__updating" data-uid="C1.WPF.Chart.FlexChartBase._updating">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase._updating.html">_updating</a>
        </td>
        <td class="markdown level1 summary"><p>Update count.</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_FlexChartBase_Binding" data-uid="C1.WPF.Chart.FlexChartBase.Binding">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.Binding.html#C1_WPF_Chart_FlexChartBase_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_WPF_Chart_FlexChartBase_CanShowTooltip" data-uid="C1.WPF.Chart.FlexChartBase.CanShowTooltip">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.CanShowTooltip.html#C1_WPF_Chart_FlexChartBase_CanShowTooltip">CanShowTooltip</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_CustomPalette" data-uid="C1.WPF.Chart.FlexChartBase.CustomPalette">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.CustomPalette.html#C1_WPF_Chart_FlexChartBase_CustomPalette">CustomPalette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom chart palette.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_Footer" data-uid="C1.WPF.Chart.FlexChartBase.Footer">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.Footer.html#C1_WPF_Chart_FlexChartBase_Footer">Footer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart footer text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_FooterAlignment" data-uid="C1.WPF.Chart.FlexChartBase.FooterAlignment">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.FooterAlignment.html#C1_WPF_Chart_FlexChartBase_FooterAlignment">FooterAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets chart footer alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_FooterStyle" data-uid="C1.WPF.Chart.FlexChartBase.FooterStyle">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.FooterStyle.html#C1_WPF_Chart_FlexChartBase_FooterStyle">FooterStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets chart footer style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_Header" data-uid="C1.WPF.Chart.FlexChartBase.Header">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.Header.html#C1_WPF_Chart_FlexChartBase_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart header text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_HeaderAlignment" data-uid="C1.WPF.Chart.FlexChartBase.HeaderAlignment">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.HeaderAlignment.html#C1_WPF_Chart_FlexChartBase_HeaderAlignment">HeaderAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets chart header alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_HeaderStyle" data-uid="C1.WPF.Chart.FlexChartBase.HeaderStyle">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.HeaderStyle.html#C1_WPF_Chart_FlexChartBase_HeaderStyle">HeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets chart header style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_IsDesignMode" data-uid="C1.WPF.Chart.FlexChartBase.IsDesignMode">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.IsDesignMode.html#C1_WPF_Chart_FlexChartBase_IsDesignMode">IsDesignMode</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_ItemsSource" data-uid="C1.WPF.Chart.FlexChartBase.ItemsSource">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.ItemsSource.html#C1_WPF_Chart_FlexChartBase_ItemsSource">ItemsSource</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_WPF_Chart_FlexChartBase_LegendGroupHeaderStyle" data-uid="C1.WPF.Chart.FlexChartBase.LegendGroupHeaderStyle">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendGroupHeaderStyle.html#C1_WPF_Chart_FlexChartBase_LegendGroupHeaderStyle">LegendGroupHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend title style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendMaxWidth" data-uid="C1.WPF.Chart.FlexChartBase.LegendMaxWidth">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendMaxWidth.html#C1_WPF_Chart_FlexChartBase_LegendMaxWidth">LegendMaxWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend item MaxWidth.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendOrientation" data-uid="C1.WPF.Chart.FlexChartBase.LegendOrientation">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendOrientation.html#C1_WPF_Chart_FlexChartBase_LegendOrientation">LegendOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendPosition" data-uid="C1.WPF.Chart.FlexChartBase.LegendPosition">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendPosition.html#C1_WPF_Chart_FlexChartBase_LegendPosition">LegendPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart legend position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendReversed" data-uid="C1.WPF.Chart.FlexChartBase.LegendReversed">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendReversed.html#C1_WPF_Chart_FlexChartBase_LegendReversed">LegendReversed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the legend is reversed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendScrollBarStyle" data-uid="C1.WPF.Chart.FlexChartBase.LegendScrollBarStyle">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendScrollBarStyle.html#C1_WPF_Chart_FlexChartBase_LegendScrollBarStyle">LegendScrollBarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of legend scroll bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendScrollBars" data-uid="C1.WPF.Chart.FlexChartBase.LegendScrollBars">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendScrollBars.html#C1_WPF_Chart_FlexChartBase_LegendScrollBars">LegendScrollBars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which scroll bars should appear in legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendStyle" data-uid="C1.WPF.Chart.FlexChartBase.LegendStyle">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendStyle.html#C1_WPF_Chart_FlexChartBase_LegendStyle">LegendStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendTextWrapping" data-uid="C1.WPF.Chart.FlexChartBase.LegendTextWrapping">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendTextWrapping.html#C1_WPF_Chart_FlexChartBase_LegendTextWrapping">LegendTextWrapping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets legend text wrap mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendTitle" data-uid="C1.WPF.Chart.FlexChartBase.LegendTitle">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendTitle.html#C1_WPF_Chart_FlexChartBase_LegendTitle">LegendTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendTitleStyle" data-uid="C1.WPF.Chart.FlexChartBase.LegendTitleStyle">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendTitleStyle.html#C1_WPF_Chart_FlexChartBase_LegendTitleStyle">LegendTitleStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend title style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_LegendToggle" data-uid="C1.WPF.Chart.FlexChartBase.LegendToggle">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.LegendToggle.html#C1_WPF_Chart_FlexChartBase_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_WPF_Chart_FlexChartBase_Palette" data-uid="C1.WPF.Chart.FlexChartBase.Palette">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.Palette.html#C1_WPF_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_WPF_Chart_FlexChartBase_PlotStyle" data-uid="C1.WPF.Chart.FlexChartBase.PlotStyle">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.PlotStyle.html#C1_WPF_Chart_FlexChartBase_PlotStyle">PlotStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets chart plot area style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_SelectedIndex" data-uid="C1.WPF.Chart.FlexChartBase.SelectedIndex">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.SelectedIndex.html#C1_WPF_Chart_FlexChartBase_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of selected element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_SelectionMode" data-uid="C1.WPF.Chart.FlexChartBase.SelectionMode">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.SelectionMode.html#C1_WPF_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_WPF_Chart_FlexChartBase_SelectionStyle" data-uid="C1.WPF.Chart.FlexChartBase.SelectionStyle">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.SelectionStyle.html#C1_WPF_Chart_FlexChartBase_SelectionStyle">SelectionStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of selected element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_ToolTip" data-uid="C1.WPF.Chart.FlexChartBase.ToolTip">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.ToolTip.html#C1_WPF_Chart_FlexChartBase_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_ToolTipContent" data-uid="C1.WPF.Chart.FlexChartBase.ToolTipContent">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.ToolTipContent.html#C1_WPF_Chart_FlexChartBase_ToolTipContent">ToolTipContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart tooltip content.</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_FlexChartBase_BeginUpdate" data-uid="C1.WPF.Chart.FlexChartBase.BeginUpdate">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.BeginUpdate.html#C1_WPF_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_WPF_Chart_FlexChartBase_DataPropertyChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Chart.FlexChartBase.DataPropertyChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.DataPropertyChanged.html#C1_WPF_Chart_FlexChartBase_DataPropertyChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_">DataPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when data property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_EndUpdate" data-uid="C1.WPF.Chart.FlexChartBase.EndUpdate">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.EndUpdate.html#C1_WPF_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_WPF_Chart_FlexChartBase_GetContent_C1_Chart_HitTestInfo_System_String_" data-uid="C1.WPF.Chart.FlexChartBase.GetContent(C1.Chart.HitTestInfo,System.String)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.GetContent.html#C1_WPF_Chart_FlexChartBase_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_FlexChartBase_HitTest_System_Windows_Point_" data-uid="C1.WPF.Chart.FlexChartBase.HitTest(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.HitTest.html#C1_WPF_Chart_FlexChartBase_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_FlexChartBase_HitTestTooltip_System_Windows_Point_" data-uid="C1.WPF.Chart.FlexChartBase.HitTestTooltip(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.HitTestTooltip.html#C1_WPF_Chart_FlexChartBase_HitTestTooltip_System_Windows_Point_">HitTestTooltip(Point)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_Invalidate" data-uid="C1.WPF.Chart.FlexChartBase.Invalidate">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.Invalidate.html#C1_WPF_Chart_FlexChartBase_Invalidate">Invalidate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidates the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_OnItemsSourceChanged_System_Object_" data-uid="C1.WPF.Chart.FlexChartBase.OnItemsSourceChanged(System.Object)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.OnItemsSourceChanged.html#C1_WPF_Chart_FlexChartBase_OnItemsSourceChanged_System_Object_">OnItemsSourceChanged(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_OnMouseEnter_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Chart.FlexChartBase.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.OnMouseEnter.html#C1_WPF_Chart_FlexChartBase_OnMouseEnter_System_Windows_Input_MouseEventArgs_">OnMouseEnter(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_OnMouseLeave_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Chart.FlexChartBase.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.OnMouseLeave.html#C1_WPF_Chart_FlexChartBase_OnMouseLeave_System_Windows_Input_MouseEventArgs_">OnMouseLeave(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_OnMouseMove_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Chart.FlexChartBase.OnMouseMove(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.OnMouseMove.html#C1_WPF_Chart_FlexChartBase_OnMouseMove_System_Windows_Input_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_" data-uid="C1.WPF.Chart.FlexChartBase.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.OnMouseWheel.html#C1_WPF_Chart_FlexChartBase_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_">OnMouseWheel(MouseWheelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_OnSelectionChanged_System_EventArgs_" data-uid="C1.WPF.Chart.FlexChartBase.OnSelectionChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.OnSelectionChanged.html#C1_WPF_Chart_FlexChartBase_OnSelectionChanged_System_EventArgs_">OnSelectionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when selection was changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_OnSelectionChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Chart.FlexChartBase.OnSelectionChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.OnSelectionChanged.html#C1_WPF_Chart_FlexChartBase_OnSelectionChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_">OnSelectionChanged(DependencyObject, DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_OnToolTipOpening_System_Windows_Controls_ToolTipEventArgs_" data-uid="C1.WPF.Chart.FlexChartBase.OnToolTipOpening(System.Windows.Controls.ToolTipEventArgs)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.OnToolTipOpening.html#C1_WPF_Chart_FlexChartBase_OnToolTipOpening_System_Windows_Controls_ToolTipEventArgs_">OnToolTipOpening(ToolTipEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_PropertyChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Chart.FlexChartBase.PropertyChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.PropertyChanged.html#C1_WPF_Chart_FlexChartBase_PropertyChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_">PropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_FlexChartBase_SaveImage_System_IO_Stream_C1_WPF_Chart_ImageFormat_System_Int32_System_Int32_System_Nullable_System_Windows_Media_Color__System_Int32_System_Int32_" data-uid="C1.WPF.Chart.FlexChartBase.SaveImage(System.IO.Stream,C1.WPF.Chart.ImageFormat,System.Int32,System.Int32,System.Nullable{System.Windows.Media.Color},System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Chart.FlexChartBase.SaveImage.html#C1_WPF_Chart_FlexChartBase_SaveImage_System_IO_Stream_C1_WPF_Chart_ImageFormat_System_Int32_System_Int32_System_Nullable_System_Windows_Media_Color__System_Int32_System_Int32_">SaveImage(Stream, ImageFormat, int, int, Color?, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves chart as image with to the specified stream.</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_FlexChartBase_LegendItemFormat" data-uid="C1.WPF.Chart.FlexChartBase.LegendItemFormat">
          <a class="xref" href="C1.WPF.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_WPF_Chart_FlexChartBase_Rendered" data-uid="C1.WPF.Chart.FlexChartBase.Rendered">
          <a class="xref" href="C1.WPF.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_WPF_Chart_FlexChartBase_Rendering" data-uid="C1.WPF.Chart.FlexChartBase.Rendering">
          <a class="xref" href="C1.WPF.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_WPF_Chart_FlexChartBase_SelectionChanged" data-uid="C1.WPF.Chart.FlexChartBase.SelectionChanged">
          <a class="xref" href="C1.WPF.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>
