ZedGraph LogoZedGraph Class Library Documentation
Axis..::ScaleFormatHandler Delegate
NamespacesZedGraphAxisAxis..::ScaleFormatHandler
A delegate that allows full custom formatting of the Axis labels
Declaration Syntax
C#Visual BasicVisual C++
public delegate string ScaleFormatHandler(
	GraphPane pane,
	Axis axis,
	double val,
	int index
)
Public Delegate Function ScaleFormatHandler ( _
	pane As GraphPane, _
	axis As Axis, _
	val As Double, _
	index As Integer _
) As String
public delegate String^ ScaleFormatHandler (
	GraphPane^ pane, 
	Axis^ axis, 
	double val, 
	int index
)
Parameters
pane (GraphPane)
The GraphPane for which the label is to be formatted
axis (Axis)
The Scale of interest.
val (Double)
The value to be formatted
index (Int32)
The zero-based index of the label to be formatted
Return Value
A string value representing the label, or null if the ZedGraph should go ahead and generate the label according to the current settings
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621