Click or drag to resize

GraphControllerMouseWheelScroll Method

Scrolls horizontally or vertically in response to a mouse wheel scroll event.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void MouseWheelScroll(
	bool horizontally,
	int steps
)

Parameters

horizontally  Boolean
If set to true, we scroll horizontally; otherwise vertically.
steps  Int32
The scroll steps. This is reported from the mouse wheel's event.
See Also