[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseWheel

OnMouseWheel Method

OnMouseWheel(GraphMouseEventArgs)

Handles the MouseWheel event.

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

The GraphMouseEventArgs instance containing the event data.

Implements