# FarPoint.Web.Chart.BinOption

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_BinOption" data-uid="FarPoint.Web.Chart.BinOption" class="text-break">BinOption Class
</h1>
  <div class="markdown level0 summary"><p>Represents bin options for the histogram series.</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">BinOption</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</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_BinOption_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;BinOption&gt;))]
public class BinOption : ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of BinOption)))&gt;
Public Class BinOption
    Implements ISerializable</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_BinOption__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Web.Chart.BinOption.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.-ctor.html#FarPoint_Web_Chart_BinOption__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">BinOption(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new BinOption from serialization.</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_BinOption_AutoOverFlow" data-uid="FarPoint.Web.Chart.BinOption.AutoOverFlow">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.AutoOverFlow.html#FarPoint_Web_Chart_BinOption_AutoOverFlow">AutoOverFlow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether automatic overflow is used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BinOption_AutoUnderFlow" data-uid="FarPoint.Web.Chart.BinOption.AutoUnderFlow">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.AutoUnderFlow.html#FarPoint_Web_Chart_BinOption_AutoUnderFlow">AutoUnderFlow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether automatic underflow is used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BinOption_BinCount" data-uid="FarPoint.Web.Chart.BinOption.BinCount">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.BinCount.html#FarPoint_Web_Chart_BinOption_BinCount">BinCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of bins in the histogram series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BinOption_BinSize" data-uid="FarPoint.Web.Chart.BinOption.BinSize">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.BinSize.html#FarPoint_Web_Chart_BinOption_BinSize">BinSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the bin data for the histogram series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BinOption_BinType" data-uid="FarPoint.Web.Chart.BinOption.BinType">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.BinType.html#FarPoint_Web_Chart_BinOption_BinType">BinType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis option for the histogram series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BinOption_IsOverflowBin" data-uid="FarPoint.Web.Chart.BinOption.IsOverflowBin">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.IsOverflowBin.html#FarPoint_Web_Chart_BinOption_IsOverflowBin">IsOverflowBin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the bin is an overflow bin.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BinOption_IsUnderflowBin" data-uid="FarPoint.Web.Chart.BinOption.IsUnderflowBin">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.IsUnderflowBin.html#FarPoint_Web_Chart_BinOption_IsUnderflowBin">IsUnderflowBin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the bin is an underflow bin.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BinOption_OverFlowValue" data-uid="FarPoint.Web.Chart.BinOption.OverFlowValue">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.OverFlowValue.html#FarPoint_Web_Chart_BinOption_OverFlowValue">OverFlowValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the overflow bin value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BinOption_UnderFlowValue" data-uid="FarPoint.Web.Chart.BinOption.UnderFlowValue">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.UnderFlowValue.html#FarPoint_Web_Chart_BinOption_UnderFlowValue">UnderFlowValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the underflow bin value.</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_BinOption_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Web.Chart.BinOption.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.GetObjectData.html#FarPoint_Web_Chart_BinOption_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo">SerializationInfo</a> with the data needed to serialize the target object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BinOption_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.BinOption.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.OnChanged.html#FarPoint_Web_Chart_BinOption_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_BinOption_Changed" data-uid="FarPoint.Web.Chart.BinOption.Changed">
          <a class="xref" href="FarPoint.Web.Chart.BinOption.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the bin option is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
