# C1.Win.Chart.Histogram

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Histogram" data-uid="C1.Win.Chart.Histogram" class="text-break">Histogram 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">Histogram</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">IHistogramSeries</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_Histogram_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Histogram : Series, IDisposable, IHistogramSeries, IDistributionSeries</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Histogram
    Inherits Series
    Implements IDisposable, IHistogramSeries, 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_Histogram__ctor" data-uid="C1.Win.Chart.Histogram.#ctor">
          <a class="xref" href="C1.Win.Chart.Histogram.-ctor.html#C1_Win_Chart_Histogram__ctor">Histogram()</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_Histogram_BinWidth" data-uid="C1.Win.Chart.Histogram.BinWidth">
          <a class="xref" href="C1.Win.Chart.Histogram.BinWidth.html#C1_Win_Chart_Histogram_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_Histogram_CumulativeMode" data-uid="C1.Win.Chart.Histogram.CumulativeMode">
          <a class="xref" href="C1.Win.Chart.Histogram.CumulativeMode.html#C1_Win_Chart_Histogram_CumulativeMode">CumulativeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cumulative mode state</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Histogram_FrequencyPolygonStyle" data-uid="C1.Win.Chart.Histogram.FrequencyPolygonStyle">
          <a class="xref" href="C1.Win.Chart.Histogram.FrequencyPolygonStyle.html#C1_Win_Chart_Histogram_FrequencyPolygonStyle">FrequencyPolygonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the FrequencyPolygonStyle property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Histogram_HistogramAppearance" data-uid="C1.Win.Chart.Histogram.HistogramAppearance">
          <a class="xref" href="C1.Win.Chart.Histogram.HistogramAppearance.html#C1_Win_Chart_Histogram_HistogramAppearance">HistogramAppearance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Appearance Type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Histogram_NormalCurve" data-uid="C1.Win.Chart.Histogram.NormalCurve">
          <a class="xref" href="C1.Win.Chart.Histogram.NormalCurve.html#C1_Win_Chart_Histogram_NormalCurve">NormalCurve</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Normal Curve</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_Histogram_GetChartType" data-uid="C1.Win.Chart.Histogram.GetChartType">
          <a class="xref" href="C1.Win.Chart.Histogram.GetChartType.html#C1_Win_Chart_Histogram_GetChartType">GetChartType()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Histogram_GetStyle_System_String_" data-uid="C1.Win.Chart.Histogram.GetStyle(System.String)">
          <a class="xref" href="C1.Win.Chart.Histogram.GetStyle.html#C1_Win_Chart_Histogram_GetStyle_System_String_">GetStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Histogram_GetValues_System_Int32_" data-uid="C1.Win.Chart.Histogram.GetValues(System.Int32)">
          <a class="xref" href="C1.Win.Chart.Histogram.GetValues.html#C1_Win_Chart_Histogram_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_Histogram_OnDataSourceChanged" data-uid="C1.Win.Chart.Histogram.OnDataSourceChanged">
          <a class="xref" href="C1.Win.Chart.Histogram.OnDataSourceChanged.html#C1_Win_Chart_Histogram_OnDataSourceChanged">OnDataSourceChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when data source was changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
