AxisScaleFormatHandler Delegate

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public delegate string ScaleFormatHandler(
	GraphPane pane,
	Axis axis,
	double val,
	int index
)

Parameters

pane  GraphPane
 
axis  Axis
 
val  Double
 
index  Int32
 

Return Value

String

See Also