Zed Graph ControlPoint Edit 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 PointEditHandler(
ZedGraphControl sender,
GraphPane pane,
CurveItem curve,
int iPt
)VB
Public Delegate Function PointEditHandler (
sender As ZedGraphControl,
pane As GraphPane,
curve As CurveItem,
iPt As Integer
) As StringParameters
- sender ZedGraphControl
- pane GraphPane
- curve CurveItem
- iPt Int32