# C1.Win.C1Chart.HiLoData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_HiLoData" data-uid="C1.Win.C1Chart.HiLoData" class="text-break">HiLoData Class
</h1>
  <div class="markdown level0 summary"><p>The HiLo class contains properties specific to HiLo, HiLoOpenClose and Candle charts.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">c1SpecialData</span></div>
    <div class="level2"><span class="xref">HiLoData</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_HiLoData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(HiLoData.TypeConverter))]
public class HiLoData : c1SpecialData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(HiLoData.TypeConverter))&gt;
Public Class HiLoData
    Inherits c1SpecialData</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_HiLoData_FillFalling" data-uid="C1.Win.C1Chart.HiLoData.FillFalling">
          <a class="xref" href="C1.Win.C1Chart.HiLoData.FillFalling.html#C1_Win_C1Chart_HiLoData_FillFalling">FillFalling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether filled candles represent falling values (true) or rising values (false).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_HiLoData_FillTransparent" data-uid="C1.Win.C1Chart.HiLoData.FillTransparent">
          <a class="xref" href="C1.Win.C1Chart.HiLoData.FillTransparent.html#C1_Win_C1Chart_HiLoData_FillTransparent">FillTransparent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether open candles are transparent (true) or filled with the series symbol color (false).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_HiLoData_FullWidth" data-uid="C1.Win.C1Chart.HiLoData.FullWidth">
          <a class="xref" href="C1.Win.C1Chart.HiLoData.FullWidth.html#C1_Win_C1Chart_HiLoData_FullWidth">FullWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the opening and closing values of a Hi-Lo-Open-Close chart are represented by a horizontal line on both sides of the Hi-Lo bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_HiLoData_ShowClose" data-uid="C1.Win.C1Chart.HiLoData.ShowClose">
          <a class="xref" href="C1.Win.C1Chart.HiLoData.ShowClose.html#C1_Win_C1Chart_HiLoData_ShowClose">ShowClose</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the closing value is shown in a Hi-Lo-Open-Close chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_HiLoData_ShowOpen" data-uid="C1.Win.C1Chart.HiLoData.ShowOpen">
          <a class="xref" href="C1.Win.C1Chart.HiLoData.ShowOpen.html#C1_Win_C1Chart_HiLoData_ShowOpen">ShowOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the opening value is shown in a Hi-Lo-Open-Close chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
