# C1.Win.Chart.Finance.FinancialChart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Finance_FinancialChart" data-uid="C1.Win.Chart.Finance.FinancialChart" class="text-break">FinancialChart Class
</h1>
  <div class="markdown level0 summary"><p>Represents a charting control that provides various types of financial charts.</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.FlexChart.10/C1.Win.Chart.FlexChartBase.html">FlexChartBase</a></div>
    <div class="level5"><a class="xref" href="../C1.Win.FlexChart.10/C1.Win.Chart.FlexChart.html">FlexChart</a></div>
    <div class="level6"><span class="xref">FinancialChart</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">IMetricProvider</span></div>
    <div><span class="xref">IFontConverter</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><span class="xref">ISupportCustomRenderEngine</span></div>
    <div><span class="xref">IHitTester</span></div>
    <div><span class="xref">IAnimatedChart</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">IStyleConverter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.Finance.html">C1.Win.Chart.Finance</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FinancialChart.10.dll</h6>
  <h5 id="C1_Win_Chart_Finance_FinancialChart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(FinancialChart), &quot;FlexChart.png&quot;)]
public class FinancialChart : FlexChart, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IMetricProvider, IFontConverter, ISupportInitialize, ISupportCustomRenderEngine, IHitTester, IAnimatedChart, IChart, IChartBase, IStyleProvider, IPalette, IBrushConverter, IStyleConverter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(FinancialChart), &quot;FlexChart.png&quot;)&gt;
Public Class FinancialChart
    Inherits FlexChart
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IMetricProvider, IFontConverter, ISupportInitialize, ISupportCustomRenderEngine, IHitTester, IAnimatedChart, IChart, IChartBase, IStyleProvider, IPalette, IBrushConverter, IStyleConverter</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_Finance_FinancialChart__ctor" data-uid="C1.Win.Chart.Finance.FinancialChart.#ctor">
          <a class="xref" href="C1.Win.Chart.Finance.FinancialChart.-ctor.html#C1_Win_Chart_Finance_FinancialChart__ctor">FinancialChart()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of FinancialChart class.</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_Finance_FinancialChart_ChartType" data-uid="C1.Win.Chart.Finance.FinancialChart.ChartType">
          <a class="xref" href="C1.Win.Chart.Finance.FinancialChart.ChartType.html#C1_Win_Chart_Finance_FinancialChart_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the financial chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_FinancialChart_Options" data-uid="C1.Win.Chart.Finance.FinancialChart.Options">
          <a class="xref" href="C1.Win.Chart.Finance.FinancialChart.Options.html#C1_Win_Chart_Finance_FinancialChart_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets various chart options.</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_Finance_FinancialChart_CreateChartRenderer" data-uid="C1.Win.Chart.Finance.FinancialChart.CreateChartRenderer">
          <a class="xref" href="C1.Win.Chart.Finance.FinancialChart.CreateChartRenderer.html#C1_Win_Chart_Finance_FinancialChart_CreateChartRenderer">CreateChartRenderer()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_FinancialChart_CreateLegendRenderer_C1_Chart_ILegend_" data-uid="C1.Win.Chart.Finance.FinancialChart.CreateLegendRenderer(C1.Chart.ILegend)">
          <a class="xref" href="C1.Win.Chart.Finance.FinancialChart.CreateLegendRenderer.html#C1_Win_Chart_Finance_FinancialChart_CreateLegendRenderer_C1_Chart_ILegend_">CreateLegendRenderer(ILegend)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_FinancialChart_Dispose_System_Boolean_" data-uid="C1.Win.Chart.Finance.FinancialChart.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Chart.Finance.FinancialChart.Dispose.html#C1_Win_Chart_Finance_FinancialChart_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_Finance_FinancialChart_Series_CollectionChanged_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.Win.Chart.Finance.FinancialChart.Series_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.Win.Chart.Finance.FinancialChart.Series_CollectionChanged.html#C1_Win_Chart_Finance_FinancialChart_Series_CollectionChanged_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">Series_CollectionChanged(object, NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when collection was changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
