# Wijmo_Chart_Finance.Rangemode

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								RangeMode Enumeration
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Specifies the unit for Kagi and Renko chart types.</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.rangemode.html#atr" class="tsd-kind-icon">ATR</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.rangemode.html#fixed" class="tsd-kind-icon">Fixed</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_finance.rangemode.html#percentage" class="tsd-kind-icon">Percentage</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="atr" class="tsd-anchor"></a>
								<h3>ATR</h3>
								<div class="tsd-signature tsd-kind-icon">ATR<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 the current Average True Range value for Kagi chart's reversal amount
											or Renko chart's box size. When ATR is used, the reversal amount or box size
											option of these charts must be an integer and will be used as the period for
										the ATR calculation.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="fixed" class="tsd-anchor"></a>
								<h3>Fixed</h3>
								<div class="tsd-signature tsd-kind-icon">Fixed<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>Uses a fixed, positive number for the Kagi chart's reversal amount
										or Renko chart's box size.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="percentage" class="tsd-anchor"></a>
								<h3>Percentage</h3>
								<div class="tsd-signature tsd-kind-icon">Percentage<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>Uses a percentage for the Kagi chart's reversal amount. RangeMode.Percentage
										is currently not supported with Renko chart types.</p>
									</div>
								</div>
							</section>
						</section>
					</div>