# C1.Chart.Finance.FinancialChartType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Chart_Finance_FinancialChartType" data-uid="C1.Chart.Finance.FinancialChartType" class="text-break">FinancialChartType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of financial chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Chart.Finance.html">C1.Chart.Finance</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FinancialChart.4.6.2.dll</h6>
  <h5 id="C1_Chart_Finance_FinancialChartType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FinancialChartType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FinancialChartType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_Area">Area</td>
        <td><p>Shows line chart with area below the line filled with color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_ArmsCandleVolume">ArmsCandleVolume</td>
        <td><p>Created by Richard Arms, this chart is a combination of EquiVolume and
CandleVolume chart types. The data for
this chart type can be defined using the FinancialChart or FinancialSeries
binding property as a comma separated value in the following format:
&quot;highProperty, lowProperty, openProperty, closeProperty, volumeProperty&quot;.
This chart type can only be used at the FinancialChart level, and should not
be applied on FinancialSeries objects. Only one set of volume data is currently
supported per FinancialChart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_CandleVolume">CandleVolume</td>
        <td><p>Identical to the standard Candlestick chart, except that the width of each
bar is determined by Volume value. The data for
this chart type can be defined using the FinancialChart or FinancialSeries
binding property as a comma separated value in the following format:
&quot;highProperty, lowProperty, openProperty, closeProperty, volumeProperty&quot;.
This chart type can only be used at the FinancialChart level, and should not
be applied on FinancialSeries objects. Only one set of volume data is currently
supported per FinancialChart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_Candlestick">Candlestick</td>
        <td><p>Presents items with high, low, open, and close values.
The size of the wick line is determined by the High and Low values, while
the size of the bar is determined by the Open and Close values. The bar is
displayed using different colors, depending on whether the close value is
higher or lower than the open value. The data for this chart type can be defined using the
FinancialChart or FinancialSeries binding property as a comma separated value in the
following format: &quot;highProperty, lowProperty, openProperty, closeProperty&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_Column">Column</td>
        <td><p>Shows vertical bars and allows you to compare values of items across categories.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_ColumnVolume">ColumnVolume</td>
        <td><p>Identical to the standard Column chart, except that the width of each bar is
determined by the Volume value. The data for this chart type can be defined using the
FinancialChart or FinancialSeries binding property as a comma separated value in the
following format: &quot;yProperty, volumeProperty&quot;. This chart type can only be used at
the FinancialChart level, and should not be applied on
FinancialSeries objects. Only one set of volume data is currently supported
per FinancialChart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_EquiVolume">EquiVolume</td>
        <td><p>Similar to the Candlestick chart, but shows the high and low values only.
In addition, the width of each bar is determined by Volume value. The data for
this chart type can be defined using the FinancialChart or FinancialSeries
binding property as a comma separated value in the following format:
&quot;highProperty, lowProperty, openProperty, closeProperty, volumeProperty&quot;.
This chart type can only be used at the FinancialChart level, and should not
be applied on FinancialSeries objects. Only one set of volume data is currently
supported per FinancialChart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_HeikinAshi">HeikinAshi</td>
        <td><p>Derived from the candlestick chart and uses information from the current and
prior period in order to filter out the noise. These charts cannot be combined
with any other series objects. The data for this chart type can be defined using the
FinancialChart or FinancialSeries binding property as a comma separated value in the
following format: &quot;highProperty, lowProperty, openProperty, closeProperty&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_HighLowOpenClose">HighLowOpenClose</td>
        <td><p>Displays the same information as a candlestick chart, except that opening
values are displayed using lines to the left, while lines to the right
indicate closing values. The data for this chart type can be defined using the
FinancialChart or FinancialSeries binding property as a comma separated value in the
following format: &quot;highProperty, lowProperty, openProperty, closeProperty&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_Kagi">Kagi</td>
        <td><p>Ignores time and focuses on price action. These charts cannot be combined with
any other series objects. The data for this chart type can be defined using the
FinancialChart or FinancialSeries binding property as a comma separated value in the
following format: &quot;highProperty, lowProperty, openProperty, closeProperty&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_Line">Line</td>
        <td><p>Shows trends over a period of time or across categories.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_LineBreak">LineBreak</td>
        <td><p>Filters out noise by focusing exclusively on price changes. These charts cannot
be combined with any other series objects. The data for this chart type can be defined using the
FinancialChart or FinancialSeries binding property as a comma separated value in the
following format: &quot;highProperty, lowProperty, openProperty, closeProperty&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_LineSymbols">LineSymbols</td>
        <td><p>Shows line chart with a symbol on each data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_PointAndFigure">PointAndFigure</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_Renko">Renko</td>
        <td><p>Ignores time and focuses on price changes that meet a specified amount. These
charts cannot be combined with any other series objects. The data for this chart type can be defined using the
FinancialChart or FinancialSeries binding property as a comma separated value in the
following format: &quot;highProperty, lowProperty, openProperty, closeProperty&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_FinancialChartType_Scatter">Scatter</td>
        <td><p>Uses X and Y coordinates to show patterns within the data.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
