# C1.Win.Chart.RangedHistogram

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_RangedHistogram" data-uid="C1.Win.Chart.RangedHistogram" class="text-break">RangedHistogram Class
</h1>
  <div class="markdown level0 summary"><p>Represents a histogram.</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.Chart.SeriesBase.html">SeriesBase</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Chart.Series.html">Series</a></div>
    <div class="level3"><span class="xref">RangedHistogram</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">IRangedHistogramSeries</span></div>
    <div><span class="xref">IDistributionSeries</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_RangedHistogram_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RangedHistogram : Series, IDisposable, IRangedHistogramSeries, IDistributionSeries</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RangedHistogram
    Inherits Series
    Implements IDisposable, IRangedHistogramSeries, IDistributionSeries</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Chart_RangedHistogram__ctor" data-uid="C1.Win.Chart.RangedHistogram.#ctor">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.-ctor.html#C1_Win_Chart_RangedHistogram__ctor">RangedHistogram()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of Histogram class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Chart_RangedHistogram_BinMode" data-uid="C1.Win.Chart.RangedHistogram.BinMode">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.BinMode.html#C1_Win_Chart_RangedHistogram_BinMode">BinMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the _mode of histogram bin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_RangedHistogram_BinWidth" data-uid="C1.Win.Chart.RangedHistogram.BinWidth">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.BinWidth.html#C1_Win_Chart_RangedHistogram_BinWidth">BinWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a positive decimal number for the range of a bin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_RangedHistogram_NumberOfBins" data-uid="C1.Win.Chart.RangedHistogram.NumberOfBins">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.NumberOfBins.html#C1_Win_Chart_RangedHistogram_NumberOfBins">NumberOfBins</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of bins for the histogram, including the overflow and underflow bins.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_RangedHistogram_OverflowBin" data-uid="C1.Win.Chart.RangedHistogram.OverflowBin">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.OverflowBin.html#C1_Win_Chart_RangedHistogram_OverflowBin">OverflowBin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value to create a bin for all values above it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_RangedHistogram_ShowOverflowBin" data-uid="C1.Win.Chart.RangedHistogram.ShowOverflowBin">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.ShowOverflowBin.html#C1_Win_Chart_RangedHistogram_ShowOverflowBin">ShowOverflowBin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the histogram shows the overflow bin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_RangedHistogram_ShowUnderflowBin" data-uid="C1.Win.Chart.RangedHistogram.ShowUnderflowBin">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.ShowUnderflowBin.html#C1_Win_Chart_RangedHistogram_ShowUnderflowBin">ShowUnderflowBin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the histogram shows the underflow bin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_RangedHistogram_SortDescending" data-uid="C1.Win.Chart.RangedHistogram.SortDescending">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.SortDescending.html#C1_Win_Chart_RangedHistogram_SortDescending">SortDescending</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the ranged histogram sort descending.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_RangedHistogram_UnderflowBin" data-uid="C1.Win.Chart.RangedHistogram.UnderflowBin">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.UnderflowBin.html#C1_Win_Chart_RangedHistogram_UnderflowBin">UnderflowBin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value to create a bin for all values below or equal to it.</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_Chart_RangedHistogram_GetChartType" data-uid="C1.Win.Chart.RangedHistogram.GetChartType">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.GetChartType.html#C1_Win_Chart_RangedHistogram_GetChartType">GetChartType()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_RangedHistogram_GetValues_System_Int32_" data-uid="C1.Win.Chart.RangedHistogram.GetValues(System.Int32)">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.GetValues.html#C1_Win_Chart_RangedHistogram_GetValues_System_Int32_">GetValues(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of data values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_RangedHistogram_GetXLabels" data-uid="C1.Win.Chart.RangedHistogram.GetXLabels">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.GetXLabels.html#C1_Win_Chart_RangedHistogram_GetXLabels">GetXLabels()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_RangedHistogram_OnDataSourceChanged" data-uid="C1.Win.Chart.RangedHistogram.OnDataSourceChanged">
          <a class="xref" href="C1.Win.Chart.RangedHistogram.OnDataSourceChanged.html#C1_Win_Chart_RangedHistogram_OnDataSourceChanged">OnDataSourceChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when data source was changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
