# GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseMove

## Content

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




<h1 id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_MouseMove" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseMove" class="text-break">MouseMove Event
</h1>
<div class="markdown level0 summary"><p>Occurs when the mouse pointer is moved over the control.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="implements">
  <h5>Implements</h5>
  <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.MouseMove.html">MouseMove</a></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_MouseEnabledItem_MouseMove_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public event GraphMouseEventHandler MouseMove</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.GraphMouseEventHandler.html">GraphMouseEventHandler</a></td>
      <td>Occurs when the mouse pointer is moved over the control.</td>
    </tr>
  </tbody>
</table>
</div>
