Delegate ZedGraphControl.PointValueHandler
A delegate that allows custom formatting of the point value tooltips
Namespace: ZedGraph
Assembly: ZedGraph.WinForms.dll
Syntax
public delegate string PointValueHandler(ZedGraphControl sender, GraphPane pane, CurveItem curve, int iPt);
Parameters
| Type | Name | Description |
|---|---|---|
| ZedGraphControl | sender | The source ZedGraphControl object |
| GraphPane | pane | The GraphPane object that contains the point value of interest |
| CurveItem | curve | The CurveItem object that contains the point value of interest |
| Int32 | iPt | The integer index of the selected PointPair within the IPointList of the selected CurveItem |
Returns
| Type | Description |
|---|---|
| String |