ActiveReports Developer 7
OnMouseWheel Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > BackdropItem Class : OnMouseWheel Method

e
A GraphMouseEventArgs that contains the event data.

Glossary Item Box

Raises the MouseWheel event.

Syntax

Visual Basic (Declaration) 
Public Sub OnMouseWheel( _
   ByVal e As GraphMouseEventArgs _
) 
C# 
public void OnMouseWheel( 
   GraphMouseEventArgs e
)

Parameters

e
A GraphMouseEventArgs that contains the event data.

See Also