[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseWheel

OnMouseWheel Method

OnMouseWheel(GraphMouseEventArgs)

Handles the MouseWheel event.

Declaration
public virtual void OnMouseWheel(GraphMouseEventArgs e)
Parameters
Type Name Description
GraphMouseEventArgs e

The GraphMouseEventArgs instance containing the event data.

Implements