public AxisTitle Title {get; set;}
Remarks
The Title property is a Axis sub-class. It contains all properties for Axis Titles.
Axis Titles are a string of text drawn near Axes.
Use the Text property to specify Axis Title text. Set the Font and Angle properties to desired format.
Example
[C#]
tChart1.Axes.Bottom.Title.Text = "Products";
See Also
Axis Class | Axis Members | Steema.TeeChart Namespace