# GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseWheel

## Content

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




<h1 id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_MouseWheel" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseWheel" class="text-break">MouseWheel Event
</h1>
<div class="markdown level0 summary"><p>Occurs when the mouse wheel moves while the control has focus.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="implements">
  <h5>Implements</h5>
  <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.MouseWheel.html">MouseWheel</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_MouseWheel_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public event GraphMouseEventHandler MouseWheel</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 wheel moves while the control has focus.</td>
    </tr>
  </tbody>
</table>
</div>
