# Wijmo_Chart_Finance.Financialcharttype

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								FinancialChartType Enumeration
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Specifies the type of financial chart.</p>
								</div>
							</div>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Enumeration members
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#area" class="tsd-kind-icon">Area</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#armscandlevolume" class="tsd-kind-icon">Arms<wbr>Candle<wbr>Volume</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#candlevolume" class="tsd-kind-icon">Candle<wbr>Volume</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#candlestick" class="tsd-kind-icon">Candlestick</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#column" class="tsd-kind-icon">Column</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#columnvolume" class="tsd-kind-icon">Column<wbr>Volume</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#equivolume" class="tsd-kind-icon">Equi<wbr>Volume</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#heikinashi" class="tsd-kind-icon">Heikin<wbr>Ashi</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#highlowopenclose" class="tsd-kind-icon">High<wbr>Low<wbr>Open<wbr>Close</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#kagi" class="tsd-kind-icon">Kagi</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#line" class="tsd-kind-icon">Line</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#linebreak" class="tsd-kind-icon">Line<wbr>Break</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#linesymbols" class="tsd-kind-icon">Line<wbr>Symbols</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#pointandfigure" class="tsd-kind-icon">Point<wbr>And<wbr>Figure</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#renko" class="tsd-kind-icon">Renko</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.financialcharttype.html#scatter" class="tsd-kind-icon">Scatter</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Enumeration members</h2>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="area" class="tsd-anchor"></a>
								<h3>Area</h3>
								<div class="tsd-signature tsd-kind-icon">Area<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;4</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Shows line chart with area below the line filled with color.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="armscandlevolume" class="tsd-anchor"></a>
								<h3>ArmsCandleVolume</h3>
								<div class="tsd-signature tsd-kind-icon">Arms<wbr>Candle<wbr>Volume<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;14</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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  <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> or <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a>
											<b>binding</b> property as a comma separated value in the following format:
											"highProperty, lowProperty, openProperty, closeProperty, volumeProperty".
											This chart type can only be used at the <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> level, and should not
											be applied on <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> objects. Only one set of volume data is currently
										supported per <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="candlevolume" class="tsd-anchor"></a>
								<h3>CandleVolume</h3>
								<div class="tsd-signature tsd-kind-icon">Candle<wbr>Volume<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;13</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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  <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> or <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a>
											<b>binding</b> property as a comma separated value in the following format:
											"highProperty, lowProperty, openProperty, closeProperty, volumeProperty".
											This chart type can only be used at the <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> level, and should not
											be applied on <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> objects. Only one set of volume data is currently
										supported per <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="candlestick" class="tsd-anchor"></a>
								<h3>Candlestick</h3>
								<div class="tsd-signature tsd-kind-icon">Candlestick<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;5</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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
											<a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> or <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> <b>binding</b> property as a comma separated value in the
										following format: "highProperty, lowProperty, openProperty, closeProperty".</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="column" class="tsd-anchor"></a>
								<h3>Column</h3>
								<div class="tsd-signature tsd-kind-icon">Column<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;0</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Shows vertical bars and allows you to compare values of items across categories.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="columnvolume" class="tsd-anchor"></a>
								<h3>ColumnVolume</h3>
								<div class="tsd-signature tsd-kind-icon">Column<wbr>Volume<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;11</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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
											<a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> or <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> <b>binding</b> property as a comma separated value in the
											following format: "yProperty, volumeProperty".  This chart type can only be used at
											the <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> level, and should not be applied on
											<a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> objects. Only one set of volume data is currently supported
										per <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="equivolume" class="tsd-anchor"></a>
								<h3>EquiVolume</h3>
								<div class="tsd-signature tsd-kind-icon">Equi<wbr>Volume<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;12</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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  <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> or <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a>
											<b>binding</b> property as a comma separated value in the following format:
											"highProperty, lowProperty, openProperty, closeProperty, volumeProperty".
											This chart type can only be used at the <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> level, and should not
											be applied on <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> objects. Only one set of volume data is currently
										supported per <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="heikinashi" class="tsd-anchor"></a>
								<h3>HeikinAshi</h3>
								<div class="tsd-signature tsd-kind-icon">Heikin<wbr>Ashi<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;7</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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
											<a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> or <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> <b>binding</b> property as a comma separated value in the
										following format: "highProperty, lowProperty, openProperty, closeProperty".</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="highlowopenclose" class="tsd-anchor"></a>
								<h3>HighLowOpenClose</h3>
								<div class="tsd-signature tsd-kind-icon">High<wbr>Low<wbr>Open<wbr>Close<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;6</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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
											<a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> or <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> <b>binding</b> property as a comma separated value in the
										following format: "highProperty, lowProperty, openProperty, closeProperty".</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="kagi" class="tsd-anchor"></a>
								<h3>Kagi</h3>
								<div class="tsd-signature tsd-kind-icon">Kagi<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;10</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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
											<a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> or <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> <b>binding</b> property as a comma separated value in the
										following format: "highProperty, lowProperty, openProperty, closeProperty".</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="line" class="tsd-anchor"></a>
								<h3>Line</h3>
								<div class="tsd-signature tsd-kind-icon">Line<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;2</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Shows trends over a period of time or across categories.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="linebreak" class="tsd-anchor"></a>
								<h3>LineBreak</h3>
								<div class="tsd-signature tsd-kind-icon">Line<wbr>Break<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;8</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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
											<a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> or <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> <b>binding</b> property as a comma separated value in the
										following format: "highProperty, lowProperty, openProperty, closeProperty".</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="linesymbols" class="tsd-anchor"></a>
								<h3>LineSymbols</h3>
								<div class="tsd-signature tsd-kind-icon">Line<wbr>Symbols<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;3</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Shows line chart with a symbol on each data point.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="pointandfigure" class="tsd-anchor"></a>
								<h3>PointAndFigure</h3>
								<div class="tsd-signature tsd-kind-icon">Point<wbr>And<wbr>Figure<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;15</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Point and figure financial chart.
											The data for this chart type can be defined using the  <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a>
											or <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> <b>binding</b> property as a comma separated value in
											the following format: "highProperty, lowProperty, closeProperty".
											This chart type can only be used at the <a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> level, and should not
										be applied on <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> objects.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="renko" class="tsd-anchor"></a>
								<h3>Renko</h3>
								<div class="tsd-signature tsd-kind-icon">Renko<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;9</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<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
											<a href="../classes/wijmo_chart_finance.financialchart.html">FinancialChart</a> or <a href="../classes/wijmo_chart_finance.financialseries.html">FinancialSeries</a> <b>binding</b> property as a comma separated value in the
										following format: "highProperty, lowProperty, openProperty, closeProperty".</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="scatter" class="tsd-anchor"></a>
								<h3>Scatter</h3>
								<div class="tsd-signature tsd-kind-icon">Scatter<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;1</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Uses X and Y coordinates to show patterns within the data.</p>
									</div>
								</div>
							</section>
						</section>
					</div>