# GrapeCity.ActiveReports.Chart.GraphMouseEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_GraphMouseEventArgs" data-uid="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs" class="text-break">GraphMouseEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Mouse event arguments</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="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">GraphMouseEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class GraphMouseEventArgs : EventArgs</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="GrapeCity_ActiveReports_Chart_GraphMouseEventArgs__ctor_GrapeCity_ActiveReports_Chart_ISharpGraph_GrapeCity_ActiveReports_Chart_Graphics_ShapeArea_System_Drawing_Point_System_Boolean_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.#ctor(GrapeCity.ActiveReports.Chart.ISharpGraph,GrapeCity.ActiveReports.Chart.Graphics.ShapeArea,System.Drawing.Point,System.Boolean,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.-ctor.html#GrapeCity_ActiveReports_Chart_GraphMouseEventArgs__ctor_GrapeCity_ActiveReports_Chart_ISharpGraph_GrapeCity_ActiveReports_Chart_Graphics_ShapeArea_System_Drawing_Point_System_Boolean_System_Int32_">GraphMouseEventArgs(ISharpGraph, ShapeArea, Point, bool, int)</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="GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_Graph" data-uid="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.Graph">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.Graph.html#GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_Graph">Graph</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the graph</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_IsLeftMouseButton" data-uid="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.IsLeftMouseButton">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.IsLeftMouseButton.html#GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_IsLeftMouseButton">IsLeftMouseButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets mouse event button state</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_PointIndex" data-uid="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.PointIndex">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.PointIndex.html#GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_PointIndex">PointIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the point index if the mouse event occured on the data series</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_ShapeArea" data-uid="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.ShapeArea">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.ShapeArea.html#GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_ShapeArea">ShapeArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets Shape Area on which mouse event occured on</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_SourcePoint" data-uid="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.SourcePoint">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.SourcePoint.html#GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_SourcePoint">SourcePoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets source point on which mouse event occured on</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_UserPoint" data-uid="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.UserPoint">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphMouseEventArgs.UserPoint.html#GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_UserPoint">UserPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets user point on which mouse event occured on</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
