# FarPoint.Web.Chart.GripHitTest

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_GripHitTest" data-uid="FarPoint.Web.Chart.GripHitTest" class="text-break">GripHitTest Class
</h1>
  <div class="markdown level0 summary"><p>Represent hit test info returned by grip renderer</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">GripHitTest</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_GripHitTest_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GripHitTest : HitTest</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GripHitTest
    Inherits HitTest</code></pre>
  </div>
  <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_GripHitTest_Direction" data-uid="FarPoint.Web.Chart.GripHitTest.Direction">
          <a class="xref" href="FarPoint.Web.Chart.GripHitTest.Direction.html#FarPoint_Web_Chart_GripHitTest_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the direction.The direction will be None if the series handle is visible (the SeriesHit
is not null). And when the direction is not None, the SeriesHit will be null.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_GripHitTest_SeriesHit" data-uid="FarPoint.Web.Chart.GripHitTest.SeriesHit">
          <a class="xref" href="FarPoint.Web.Chart.GripHitTest.SeriesHit.html#FarPoint_Web_Chart_GripHitTest_SeriesHit">SeriesHit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the series hit test according to clicked series handle. If SeriesHit is not null,
the Direction will always be None.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
