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

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621