# C1.Win.FlexReport.Chart.ChartSeriesHistogram

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartSeriesHistogram" data-uid="C1.Win.FlexReport.Chart.ChartSeriesHistogram" class="text-break">ChartSeriesHistogram Class
</h1>
  <div class="markdown level0 summary"><p>Represents 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"><a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><span class="xref">ChartSeriesHistogram</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_ChartSeriesHistogram_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartSeriesHistogram : ChartObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartSeriesHistogram
    Inherits ChartObject
    Implements INotifyPropertyChanged, IC1Serializable</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_FlexReport_Chart_ChartSeriesHistogram__ctor" data-uid="C1.Win.FlexReport.Chart.ChartSeriesHistogram.#ctor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartSeriesHistogram.-ctor.html#C1_Win_FlexReport_Chart_ChartSeriesHistogram__ctor">ChartSeriesHistogram()</a>
        </td>
        <td class="markdown level1 summary"></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_FlexReport_Chart_ChartSeriesHistogram_DisplayType" data-uid="C1.Win.FlexReport.Chart.ChartSeriesHistogram.DisplayType">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartSeriesHistogram.DisplayType.html#C1_Win_FlexReport_Chart_ChartSeriesHistogram_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_FlexReport_Chart_ChartSeriesHistogram_IntervalCreationMethod" data-uid="C1.Win.FlexReport.Chart.ChartSeriesHistogram.IntervalCreationMethod">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartSeriesHistogram.IntervalCreationMethod.html#C1_Win_FlexReport_Chart_ChartSeriesHistogram_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_FlexReport_Chart_ChartSeriesHistogram_IntervalNumber" data-uid="C1.Win.FlexReport.Chart.ChartSeriesHistogram.IntervalNumber">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartSeriesHistogram.IntervalNumber.html#C1_Win_FlexReport_Chart_ChartSeriesHistogram_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_FlexReport_Chart_ChartSeriesHistogram_IntervalStart" data-uid="C1.Win.FlexReport.Chart.ChartSeriesHistogram.IntervalStart">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartSeriesHistogram.IntervalStart.html#C1_Win_FlexReport_Chart_ChartSeriesHistogram_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_FlexReport_Chart_ChartSeriesHistogram_IntervalWidth" data-uid="C1.Win.FlexReport.Chart.ChartSeriesHistogram.IntervalWidth">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartSeriesHistogram.IntervalWidth.html#C1_Win_FlexReport_Chart_ChartSeriesHistogram_IntervalWidth">IntervalWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the numeric value of the width of each interval.</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_ChartSeriesHistogram_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.ChartSeriesHistogram.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartSeriesHistogram.AssignFrom.html#C1_Win_FlexReport_Chart_ChartSeriesHistogram_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>
