ZedGraph LogoZedGraph Class Library Documentation
Title Property
NamespacesZedGraphAxisTitle
Gets or sets the Label class that contains the title of this Axis.
Declaration Syntax
C#Visual BasicVisual C++
public AxisLabel Title{ get; set;}
Public Property Title As AxisLabel
public:
property AxisLabel^ Title {
	AxisLabel^ get ();
	void set (AxisLabel^ value);
}
Value
the title is a string value
Remarks
The title normally shows the basis and dimensions of the scale range, such as "Time (Years)". The title is only shown if the IsVisible property is set to true. If the Title text is empty, then no title is shown, and no space is "reserved" for the title on the graph.
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621