AxisScale Format 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 ScaleFormatHandler(
GraphPane pane,
Axis axis,
double val,
int index
)VB
Public Delegate Function ScaleFormatHandler (
pane As GraphPane,
axis As Axis,
val As Double,
index As Integer
) As String