Called before MouseWheel event.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
protected override void OnMouseWheel(
	MouseWheelEventArgs e
)
Visual Basic
Protected Overrides Sub OnMouseWheel ( _
	e As MouseWheelEventArgs _
)

See Also