# C1.Web.Mvc.Finance.DataFields

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Finance_DataFields" data-uid="C1.Web.Mvc.Finance.DataFields" class="text-break">DataFields Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies which fields are to be used for calculation. Applies to Renko and Kagi 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_DataFields_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataFields</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DataFields</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_DataFields_Close">Close</td>
        <td><p>Close values are used for calculations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Finance_DataFields_HL2">HL2</td>
        <td><p>Average of high and low values is used for calculations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Finance_DataFields_HLC3">HLC3</td>
        <td><p>Average of high, low, and close values is used for calculations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Finance_DataFields_HLOC4">HLOC4</td>
        <td><p>Average of high, low, open, and close values is used for calculations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Finance_DataFields_High">High</td>
        <td><p>High values are used for calculations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Finance_DataFields_HighLow">HighLow</td>
        <td><p>High-Low method is used for calculations. DataFields.HighLow is currently not supported with Renko chart types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Finance_DataFields_Low">Low</td>
        <td><p>Low values are used for calculations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Finance_DataFields_Open">Open</td>
        <td><p>Open values are used for calculations.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
