# C1.Win.FlexReport.Chart.ChartHilo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartHilo" data-uid="C1.Win.FlexReport.Chart.ChartHilo" class="text-break">ChartHilo Class
</h1>
  <div class="markdown level0 summary"><p>Represents 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"><a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><span class="xref">ChartHilo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1Serializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_ChartHilo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartHilo : ChartObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartHilo
    Inherits ChartObject
    Implements INotifyPropertyChanged, IC1Serializable</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_FlexReport_Chart_ChartHilo_FillFalling" data-uid="C1.Win.FlexReport.Chart.ChartHilo.FillFalling">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartHilo.FillFalling.html#C1_Win_FlexReport_Chart_ChartHilo_FillFalling">FillFalling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether filled candles represent falling values (true) or rising values (false).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartHilo_FillTransparent" data-uid="C1.Win.FlexReport.Chart.ChartHilo.FillTransparent">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartHilo.FillTransparent.html#C1_Win_FlexReport_Chart_ChartHilo_FillTransparent">FillTransparent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether open candles are transparent (true) or filled with the series symbol color (false).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartHilo_FullWidth" data-uid="C1.Win.FlexReport.Chart.ChartHilo.FullWidth">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartHilo.FullWidth.html#C1_Win_FlexReport_Chart_ChartHilo_FullWidth">FullWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating 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_FlexReport_Chart_ChartHilo_ShowClose" data-uid="C1.Win.FlexReport.Chart.ChartHilo.ShowClose">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartHilo.ShowClose.html#C1_Win_FlexReport_Chart_ChartHilo_ShowClose">ShowClose</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the closing value is shown in a Hi-Lo-Open-Close chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartHilo_ShowOpen" data-uid="C1.Win.FlexReport.Chart.ChartHilo.ShowOpen">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartHilo.ShowOpen.html#C1_Win_FlexReport_Chart_ChartHilo_ShowOpen">ShowOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the opening value is shown in a Hi-Lo-Open-Close chart.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartHilo_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.ChartHilo.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartHilo.AssignFrom.html#C1_Win_FlexReport_Chart_ChartHilo_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_">AssignFrom(ChartObject)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.
Assigns (copies) properties from another <a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
