Delegate GraphPane.AxisChangeEventHandler
A delegate to provide notification through the AxisChangeEvent when AxisChange() is called.
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public delegate void AxisChangeEventHandler(GraphPane pane);
Parameters
| Type | Name | Description |
|---|---|---|
| GraphPane | pane | The GraphPane for which AxisChange() has been called. |