Delegate ZedGraphControl.CursorValueHandler
A delegate that allows custom formatting of the cursor value tooltips
Namespace: ZedGraph
Assembly: ZedGraph.WinForms.dll
Syntax
public delegate string CursorValueHandler(ZedGraphControl sender, GraphPane pane, Point mousePt);
Parameters
| Type | Name | Description |
|---|---|---|
| ZedGraphControl | sender | The source ZedGraphControl object |
| GraphPane | pane | The GraphPane object that contains the cursor of interest |
| Point | mousePt | The Point object that represents the cursor value location |
Returns
| Type | Description |
|---|---|
| String |