ZedGraph LogoZedGraph Class Library Documentation
XAxis Constructor (title)
NamespacesZedGraphXAxisXAxisXAxisNew(String)
Default constructor that sets all XAxis properties to default values as defined in the XAxis..::Default class, except for the axis title
Declaration Syntax
C#Visual BasicVisual C++
public XAxis(
	string title
)
Public Sub New ( _
	title As String _
)
public:
XAxis (
	String^ title
)
Parameters
title (String)
The Title for this axis

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621