# C1.Web.Mvc.Finance.RangeMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Finance_RangeMode" data-uid="C1.Web.Mvc.Finance.RangeMode" class="text-break">RangeMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the unit for Kagi and Renko chart types.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Finance.html">C1.Web.Mvc.Finance</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.Finance.dll</h6>
  <h5 id="C1_Web_Mvc_Finance_RangeMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RangeMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RangeMode</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_Web_Mvc_Finance_RangeMode_ATR">ATR</td>
        <td><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>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Finance_RangeMode_Fixed">Fixed</td>
        <td><p>Uses a fixed, positive number for the Kagi chart's reversal amount or Renko chart's box size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Finance_RangeMode_Percentage">Percentage</td>
        <td><p>Uses a percentage for the Kagi chart's reversal amount. RangeMode.Percentage
is currently not supported with Renko chart types.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
