# C1.Win.C1Chart.Histogram

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_Histogram" data-uid="C1.Win.C1Chart.Histogram" class="text-break">Histogram 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">c1SpecialData</span></div>
    <div class="level2"><span class="xref">Histogram</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_Histogram_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class Histogram : c1SpecialData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class Histogram
    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_Histogram_NormalDisplay" data-uid="C1.Win.C1Chart.Histogram.NormalDisplay">
          <a class="xref" href="C1.Win.C1Chart.Histogram.NormalDisplay.html#C1_Win_C1Chart_Histogram_NormalDisplay">NormalDisplay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object describing a Gaussian normal curve display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Histogram_NormalizationInterval" data-uid="C1.Win.C1Chart.Histogram.NormalizationInterval">
          <a class="xref" href="C1.Win.C1Chart.Histogram.NormalizationInterval.html#C1_Win_C1Chart_Histogram_NormalizationInterval">NormalizationInterval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the normalization interval width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Histogram_Normalized" data-uid="C1.Win.C1Chart.Histogram.Normalized">
          <a class="xref" href="C1.Win.C1Chart.Histogram.Normalized.html#C1_Win_C1Chart_Histogram_Normalized">Normalized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether each histogram series interval is normalized.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
