# C1.Win.C1Chart.ChartHistogram

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartHistogram" data-uid="C1.Win.C1Chart.ChartHistogram" class="text-break">ChartHistogram Class
</h1>
  <div class="markdown level0 summary"><p>The ChartHistogram class contains properties specific to Histogram 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">ChartHistogram</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_ChartHistogram_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(HiddenPropsTypeConverter))]
public class ChartHistogram</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(HiddenPropsTypeConverter))&gt;
Public Class ChartHistogram</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_ChartHistogram_AboveIntervalCount" data-uid="C1.Win.C1Chart.ChartHistogram.AboveIntervalCount">
          <a class="xref" href="C1.Win.C1Chart.ChartHistogram.AboveIntervalCount.html#C1_Win_C1Chart_ChartHistogram_AboveIntervalCount">AboveIntervalCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the numeric count of values greater than the last interval.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartHistogram_BelowIntervalCount" data-uid="C1.Win.C1Chart.ChartHistogram.BelowIntervalCount">
          <a class="xref" href="C1.Win.C1Chart.ChartHistogram.BelowIntervalCount.html#C1_Win_C1Chart_ChartHistogram_BelowIntervalCount">BelowIntervalCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the numeric count of values less than the first interval.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartHistogram_DisplayType" data-uid="C1.Win.C1Chart.ChartHistogram.DisplayType">
          <a class="xref" href="C1.Win.C1Chart.ChartHistogram.DisplayType.html#C1_Win_C1Chart_ChartHistogram_DisplayType">DisplayType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the method used to display the frequency data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartHistogram_IntervalBounds" data-uid="C1.Win.C1Chart.ChartHistogram.IntervalBounds">
          <a class="xref" href="C1.Win.C1Chart.ChartHistogram.IntervalBounds.html#C1_Win_C1Chart_ChartHistogram_IntervalBounds">IntervalBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the boundary values of each interval used for the histogram.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartHistogram_IntervalCounts" data-uid="C1.Win.C1Chart.ChartHistogram.IntervalCounts">
          <a class="xref" href="C1.Win.C1Chart.ChartHistogram.IntervalCounts.html#C1_Win_C1Chart_ChartHistogram_IntervalCounts">IntervalCounts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the numeric count of values in each interval.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartHistogram_IntervalCreationMethod" data-uid="C1.Win.C1Chart.ChartHistogram.IntervalCreationMethod">
          <a class="xref" href="C1.Win.C1Chart.ChartHistogram.IntervalCreationMethod.html#C1_Win_C1Chart_ChartHistogram_IntervalCreationMethod">IntervalCreationMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the method used to specify the histogram intervals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartHistogram_IntervalNumber" data-uid="C1.Win.C1Chart.ChartHistogram.IntervalNumber">
          <a class="xref" href="C1.Win.C1Chart.ChartHistogram.IntervalNumber.html#C1_Win_C1Chart_ChartHistogram_IntervalNumber">IntervalNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of intervals in the histogram.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartHistogram_IntervalStart" data-uid="C1.Win.C1Chart.ChartHistogram.IntervalStart">
          <a class="xref" href="C1.Win.C1Chart.ChartHistogram.IntervalStart.html#C1_Win_C1Chart_ChartHistogram_IntervalStart">IntervalStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the numeric value of the beginning of the first interval.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartHistogram_IntervalWidth" data-uid="C1.Win.C1Chart.ChartHistogram.IntervalWidth">
          <a class="xref" href="C1.Win.C1Chart.ChartHistogram.IntervalWidth.html#C1_Win_C1Chart_ChartHistogram_IntervalWidth">IntervalWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the numeric value of the width of the each interval.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
