# FarPoint.Web.Chart.SeriesInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_SeriesInfo" data-uid="FarPoint.Web.Chart.SeriesInfo" class="text-break">SeriesInfo Class
</h1>
  <div class="markdown level0 summary"><p>This class represent infomation to identify a series
used in selection.</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">SeriesInfo</span></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_SeriesInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SeriesInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SeriesInfo</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_SeriesInfo__ctor_FarPoint_Web_Chart_PlotArea_FarPoint_Web_Chart_Series_FarPoint_Web_Chart_Series_System_Int32_" data-uid="FarPoint.Web.Chart.SeriesInfo.#ctor(FarPoint.Web.Chart.PlotArea,FarPoint.Web.Chart.Series,FarPoint.Web.Chart.Series,System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesInfo.-ctor.html#FarPoint_Web_Chart_SeriesInfo__ctor_FarPoint_Web_Chart_PlotArea_FarPoint_Web_Chart_Series_FarPoint_Web_Chart_Series_System_Int32_">SeriesInfo(PlotArea, Series, Series, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Chart.SeriesInfo.html">SeriesInfo</a> class.</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_SeriesInfo_PlotArea" data-uid="FarPoint.Web.Chart.SeriesInfo.PlotArea">
          <a class="xref" href="FarPoint.Web.Chart.SeriesInfo.PlotArea.html#FarPoint_Web_Chart_SeriesInfo_PlotArea">PlotArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesInfo_PointIndex" data-uid="FarPoint.Web.Chart.SeriesInfo.PointIndex">
          <a class="xref" href="FarPoint.Web.Chart.SeriesInfo.PointIndex.html#FarPoint_Web_Chart_SeriesInfo_PointIndex">PointIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the point. If -1 means all data points are selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesInfo_Series" data-uid="FarPoint.Web.Chart.SeriesInfo.Series">
          <a class="xref" href="FarPoint.Web.Chart.SeriesInfo.Series.html#FarPoint_Web_Chart_SeriesInfo_Series">Series</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesInfo_SeriesGroup" data-uid="FarPoint.Web.Chart.SeriesInfo.SeriesGroup">
          <a class="xref" href="FarPoint.Web.Chart.SeriesInfo.SeriesGroup.html#FarPoint_Web_Chart_SeriesInfo_SeriesGroup">SeriesGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the series group.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesInfo_SeriesGroupIndex" data-uid="FarPoint.Web.Chart.SeriesInfo.SeriesGroupIndex">
          <a class="xref" href="FarPoint.Web.Chart.SeriesInfo.SeriesGroupIndex.html#FarPoint_Web_Chart_SeriesInfo_SeriesGroupIndex">SeriesGroupIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of series group, is -1 when series group is null</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesInfo_SeriesIndex" data-uid="FarPoint.Web.Chart.SeriesInfo.SeriesIndex">
          <a class="xref" href="FarPoint.Web.Chart.SeriesInfo.SeriesIndex.html#FarPoint_Web_Chart_SeriesInfo_SeriesIndex">SeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the series in its parent collection</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesInfo_TargetObject" data-uid="FarPoint.Web.Chart.SeriesInfo.TargetObject">
          <a class="xref" href="FarPoint.Web.Chart.SeriesInfo.TargetObject.html#FarPoint_Web_Chart_SeriesInfo_TargetObject">TargetObject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual series which being processed</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_SeriesInfo_Equals_System_Object_" data-uid="FarPoint.Web.Chart.SeriesInfo.Equals(System.Object)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesInfo.Equals.html#FarPoint_Web_Chart_SeriesInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesInfo_GetHashCode" data-uid="FarPoint.Web.Chart.SeriesInfo.GetHashCode">
          <a class="xref" href="FarPoint.Web.Chart.SeriesInfo.GetHashCode.html#FarPoint_Web_Chart_SeriesInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function for a particular type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
