Delegate ZedGraphControl.ZoomEventHandler
A delegate that allows notification of zoom and pan events.
Namespace: ZedGraph
Assembly: ZedGraph.WinForms.dll
Syntax
public delegate void ZoomEventHandler(ZedGraphControl sender, ZoomState oldState, ZoomState newState);
Parameters
Type | Name | Description |
---|---|---|
ZedGraphControl | sender | The source ZedGraphControl object |
ZoomState | oldState | A ZoomState object that corresponds to the state of the GraphPane before the zoom or pan event. |
ZoomState | newState | A ZoomState object that corresponds to the state of the GraphPane after the zoom or pan event |