# FarPoint.Web.Chart.HistogramSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_HistogramSeries" data-uid="FarPoint.Web.Chart.HistogramSeries" class="text-break">HistogramSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a histogram series in a Y plot area.</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="FarPoint.Web.Chart.Series.html">Series</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Web.Chart.YSeries.html">YSeries</a></div>
    <div class="level3"><span class="xref">HistogramSeries</span></div>
      <div class="level4"><a class="xref" href="FarPoint.Web.Chart.ParetoSeries.html">ParetoSeries</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Chart.IMixSeries.html">IMixSeries</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.ixmlserializable">IXmlSerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_HistogramSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HistogramSeries : YSeries, IMixSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HistogramSeries
    Inherits YSeries
    Implements IMixSeries, ICloneable, IXmlSerializable</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="FarPoint_Web_Chart_HistogramSeries__ctor" data-uid="FarPoint.Web.Chart.HistogramSeries.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.-ctor.html#FarPoint_Web_Chart_HistogramSeries__ctor">HistogramSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries__ctor_FarPoint_Web_Chart_HistogramSeries_" data-uid="FarPoint.Web.Chart.HistogramSeries.#ctor(FarPoint.Web.Chart.HistogramSeries)">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.-ctor.html#FarPoint_Web_Chart_HistogramSeries__ctor_FarPoint_Web_Chart_HistogramSeries_">HistogramSeries(HistogramSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series that is a deep copy of the specified series.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_CalculatedValues" data-uid="FarPoint.Web.Chart.HistogramSeries.CalculatedValues">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.CalculatedValues.html">CalculatedValues</a>
        </td>
        <td class="markdown level1 summary"><p>The caculated value collection</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_isSettingDataSourceInternal" data-uid="FarPoint.Web.Chart.HistogramSeries.isSettingDataSourceInternal">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.isSettingDataSourceInternal.html">isSettingDataSourceInternal</a>
        </td>
        <td class="markdown level1 summary"><p>Indicate whether in internal datasource setting progress.</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="FarPoint_Web_Chart_HistogramSeries_Bar" data-uid="FarPoint.Web.Chart.HistogramSeries.Bar">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.Bar.html#FarPoint_Web_Chart_HistogramSeries_Bar">Bar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bar object of the histogram series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_BinOption" data-uid="FarPoint.Web.Chart.HistogramSeries.BinOption">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.BinOption.html#FarPoint_Web_Chart_HistogramSeries_BinOption">BinOption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bin options for the histogram series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_CategoryNames" data-uid="FarPoint.Web.Chart.HistogramSeries.CategoryNames">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.CategoryNames.html#FarPoint_Web_Chart_HistogramSeries_CategoryNames">CategoryNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of category names for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_Count" data-uid="FarPoint.Web.Chart.HistogramSeries.Count">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.Count.html#FarPoint_Web_Chart_HistogramSeries_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of categories.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_GapWidth" data-uid="FarPoint.Web.Chart.HistogramSeries.GapWidth">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.GapWidth.html#FarPoint_Web_Chart_HistogramSeries_GapWidth">GapWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of space between categories.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_SeriesName" data-uid="FarPoint.Web.Chart.HistogramSeries.SeriesName">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.SeriesName.html#FarPoint_Web_Chart_HistogramSeries_SeriesName">SeriesName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_Values" data-uid="FarPoint.Web.Chart.HistogramSeries.Values">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.Values.html#FarPoint_Web_Chart_HistogramSeries_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of values for the series.</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="FarPoint_Web_Chart_HistogramSeries_Clone" data-uid="FarPoint.Web.Chart.HistogramSeries.Clone">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.Clone.html#FarPoint_Web_Chart_HistogramSeries_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_GetSchema" data-uid="FarPoint.Web.Chart.HistogramSeries.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.GetSchema.html#FarPoint_Web_Chart_HistogramSeries_GetSchema">GetSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is reserved and should not be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.HistogramSeries.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.OnChanged.html#FarPoint_Web_Chart_HistogramSeries_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.HistogramSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.ReadXml.html#FarPoint_Web_Chart_HistogramSeries_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_ResetOverFlowValue" data-uid="FarPoint.Web.Chart.HistogramSeries.ResetOverFlowValue">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.ResetOverFlowValue.html#FarPoint_Web_Chart_HistogramSeries_ResetOverFlowValue">ResetOverFlowValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OverFlowValue property to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_ResetUnderFlowValue" data-uid="FarPoint.Web.Chart.HistogramSeries.ResetUnderFlowValue">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.ResetUnderFlowValue.html#FarPoint_Web_Chart_HistogramSeries_ResetUnderFlowValue">ResetUnderFlowValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the UnderFlowValue property to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.HistogramSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.HistogramSeries.WriteXml.html#FarPoint_Web_Chart_HistogramSeries_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an object into its XML representation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
