# FarPoint.Web.Chart.HistogramBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_HistogramBar" data-uid="FarPoint.Web.Chart.HistogramBar" class="text-break">HistogramBar Class
</h1>
  <div class="markdown level0 summary"><p>The histogram bar</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"><a class="xref" href="FarPoint.Web.Chart.BarSeries.html">BarSeries</a></div>
    <div class="level4"><span class="xref">HistogramBar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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_HistogramBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;HistogramBar&gt;))]
public class HistogramBar : BarSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of HistogramBar)))&gt;
Public Class HistogramBar
    Inherits BarSeries
    Implements 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_HistogramBar__ctor" data-uid="FarPoint.Web.Chart.HistogramBar.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.HistogramBar.-ctor.html#FarPoint_Web_Chart_HistogramBar__ctor">HistogramBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramBar__ctor_FarPoint_Web_Chart_HistogramBar_" data-uid="FarPoint.Web.Chart.HistogramBar.#ctor(FarPoint.Web.Chart.HistogramBar)">
          <a class="xref" href="FarPoint.Web.Chart.HistogramBar.-ctor.html#FarPoint_Web_Chart_HistogramBar__ctor_FarPoint_Web_Chart_HistogramBar_">HistogramBar(HistogramBar)</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="FarPoint_Web_Chart_HistogramBar_GapWidth" data-uid="FarPoint.Web.Chart.HistogramBar.GapWidth">
          <a class="xref" href="FarPoint.Web.Chart.HistogramBar.GapWidth.html#FarPoint_Web_Chart_HistogramBar_GapWidth">GapWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of space between categories.</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_HistogramBar_Clone" data-uid="FarPoint.Web.Chart.HistogramBar.Clone">
          <a class="xref" href="FarPoint.Web.Chart.HistogramBar.Clone.html#FarPoint_Web_Chart_HistogramBar_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clone the object</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramBar_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.HistogramBar.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.HistogramBar.ReadXml.html#FarPoint_Web_Chart_HistogramBar_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
