public Int32 Angle {get; set;}
Remarks
The Axis will use this to draw its Title. See the Axis.Title property
Example
[C#]
tChart1.Axes.Left.Title.Caption = 'My Left Axis';
See Also
AxisTitle Class | AxisTitle Members | Steema.TeeChart Namespace
public Int32 Angle {get; set;}
tChart1.Axes.Left.Title.Caption = 'My Left Axis';
AxisTitle Class | AxisTitle Members | Steema.TeeChart Namespace