Zed Graph ControlCursor Value Handler Delegate
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public delegate string CursorValueHandler(
ZedGraphControl sender,
GraphPane pane,
Point mousePt
)VB
Public Delegate Function CursorValueHandler (
sender As ZedGraphControl,
pane As GraphPane,
mousePt As Point
) As StringParameters
- sender ZedGraphControl
- pane GraphPane
- mousePt Point