# FarPoint.Web.Chart.HistogramLine

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_HistogramLine" data-uid="FarPoint.Web.Chart.HistogramLine" class="text-break">HistogramLine Class
</h1>
  <div class="markdown level0 summary"><p>The histogram line</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.LineSeries.html">LineSeries</a></div>
    <div class="level4"><span class="xref">HistogramLine</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_HistogramLine_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;HistogramLine&gt;))]
public class HistogramLine : LineSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of HistogramLine)))&gt;
Public Class HistogramLine
    Inherits LineSeries
    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_HistogramLine__ctor" data-uid="FarPoint.Web.Chart.HistogramLine.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.HistogramLine.-ctor.html#FarPoint_Web_Chart_HistogramLine__ctor">HistogramLine()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramLine__ctor_FarPoint_Web_Chart_HistogramLine_" data-uid="FarPoint.Web.Chart.HistogramLine.#ctor(FarPoint.Web.Chart.HistogramLine)">
          <a class="xref" href="FarPoint.Web.Chart.HistogramLine.-ctor.html#FarPoint_Web_Chart_HistogramLine__ctor_FarPoint_Web_Chart_HistogramLine_">HistogramLine(HistogramLine)</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_HistogramLine_PointMarker" data-uid="FarPoint.Web.Chart.HistogramLine.PointMarker">
          <a class="xref" href="FarPoint.Web.Chart.HistogramLine.PointMarker.html#FarPoint_Web_Chart_HistogramLine_PointMarker">PointMarker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point marker 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_HistogramLine_Clone" data-uid="FarPoint.Web.Chart.HistogramLine.Clone">
          <a class="xref" href="FarPoint.Web.Chart.HistogramLine.Clone.html#FarPoint_Web_Chart_HistogramLine_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clone a new object</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_HistogramLine_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.HistogramLine.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.HistogramLine.ReadXml.html#FarPoint_Web_Chart_HistogramLine_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Read information from the XML reader.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
