# FarPoint.Web.Chart.SeriesHitTest

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_SeriesHitTest" data-uid="FarPoint.Web.Chart.SeriesHitTest" class="text-break">SeriesHitTest Class
</h1>
  <div class="markdown level0 summary"><p>Represents information about the hit test for the 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"><a class="xref" href="FarPoint.Web.Chart.HitTest.html">HitTest</a></div>
    <div class="level2"><span class="xref">SeriesHitTest</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Web.Chart.SeriesElementHitTest.html">SeriesElementHitTest</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_SeriesHitTest_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SeriesHitTest : HitTest</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SeriesHitTest
    Inherits HitTest</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_SeriesHitTest__ctor_FarPoint_Web_Chart_PlotArea_FarPoint_Web_Chart_Series_FarPoint_Web_Chart_Series_System_Int32_" data-uid="FarPoint.Web.Chart.SeriesHitTest.#ctor(FarPoint.Web.Chart.PlotArea,FarPoint.Web.Chart.Series,FarPoint.Web.Chart.Series,System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesHitTest.-ctor.html#FarPoint_Web_Chart_SeriesHitTest__ctor_FarPoint_Web_Chart_PlotArea_FarPoint_Web_Chart_Series_FarPoint_Web_Chart_Series_System_Int32_">SeriesHitTest(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.SeriesHitTest.html">SeriesHitTest</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_SeriesHitTest_Group" data-uid="FarPoint.Web.Chart.SeriesHitTest.Group">
          <a class="xref" href="FarPoint.Web.Chart.SeriesHitTest.Group.html#FarPoint_Web_Chart_SeriesHitTest_Group">Group</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the series group.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesHitTest_PlotArea" data-uid="FarPoint.Web.Chart.SeriesHitTest.PlotArea">
          <a class="xref" href="FarPoint.Web.Chart.SeriesHitTest.PlotArea.html#FarPoint_Web_Chart_SeriesHitTest_PlotArea">PlotArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesHitTest_PointIndex" data-uid="FarPoint.Web.Chart.SeriesHitTest.PointIndex">
          <a class="xref" href="FarPoint.Web.Chart.SeriesHitTest.PointIndex.html#FarPoint_Web_Chart_SeriesHitTest_PointIndex">PointIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the point.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesHitTest_Series" data-uid="FarPoint.Web.Chart.SeriesHitTest.Series">
          <a class="xref" href="FarPoint.Web.Chart.SeriesHitTest.Series.html#FarPoint_Web_Chart_SeriesHitTest_Series">Series</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the series.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
