# C1.WPF.Chart.Finance.FinancialSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_Finance_FinancialSeries" data-uid="C1.WPF.Chart.Finance.FinancialSeries" class="text-break">FinancialSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a series of data points to display in the chart.</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="../C1.WPF.FlexChart.4.6.2/C1.WPF.Chart.Series.html">Series</a></div>
    <div class="level4"><span class="xref">FinancialSeries</span></div>
      <div class="level5"><a class="xref" href="C1.WPF.Chart.Finance.IndicatorBase.html">IndicatorBase</a></div>
      <div class="level5"><a class="xref" href="C1.WPF.Chart.Finance.MovingAverage.html">MovingAverage</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">IValueProvider</span></div>
    <div><span class="xref">ISeries</span></div>
    <div><span class="xref">IStyleProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.Finance.html">C1.WPF.Chart.Finance</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FinancialChart.4.6.2.dll</h6>
  <h5 id="C1_WPF_Chart_Finance_FinancialSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FinancialSeries : Series, IDisposable, IValueProvider, ISeries, IStyleProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FinancialSeries
    Inherits Series
    Implements IDisposable, IValueProvider, ISeries, IStyleProvider</code></pre>
  </div>
  <h5 id="C1_WPF_Chart_Finance_FinancialSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The FinancialSeries class supports all basic chart types. You may define
a different chart type on each FinancialSeries object that you add to the
FinancialChart series collection. This overrides the FinancialChart.ChartType
property set on the chart that is the default for all FinancialSeries objects
in its collection.</p>
</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_Finance_FinancialSeries__ctor" data-uid="C1.WPF.Chart.Finance.FinancialSeries.#ctor">
          <a class="xref" href="C1.WPF.Chart.Finance.FinancialSeries.-ctor.html#C1_WPF_Chart_Finance_FinancialSeries__ctor">FinancialSeries()</a>
        </td>
        <td class="markdown level1 summary"></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_Finance_FinancialSeries_ChartTypeProperty" data-uid="C1.WPF.Chart.Finance.FinancialSeries.ChartTypeProperty">
          <a class="xref" href="C1.WPF.Chart.Finance.FinancialSeries.ChartTypeProperty.html">ChartTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ChartType 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_Finance_FinancialSeries_ChartType" data-uid="C1.WPF.Chart.Finance.FinancialSeries.ChartType">
          <a class="xref" href="C1.WPF.Chart.Finance.FinancialSeries.ChartType.html#C1_WPF_Chart_Finance_FinancialSeries_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart type for the series.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
