ZedGraph LogoZedGraph Class Library Documentation
Axis..::ScaleTitleEventHandler Delegate
NamespacesZedGraphAxisAxis..::ScaleTitleEventHandler
Allow customization of title based on user preferences.
Declaration Syntax
C#Visual BasicVisual C++
public delegate string ScaleTitleEventHandler(
	Axis axis
)
Public Delegate Function ScaleTitleEventHandler ( _
	axis As Axis _
) As String
public delegate String^ ScaleTitleEventHandler (
	Axis^ axis
)
Parameters
axis (Axis)
The Axis of interest.
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. To make the title blank, return "".
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621