public StringAlignment Alignment {get; set;}
Remarks
Default: Center
The Alignment property controls how tChart Header and Footer text will be aligned within the Chart rectangle.
The Header or Footer can optionally be surrounded by a Frame.
Example
[C#] tChart1.Footer.Alignment = TitleAlignments.Left;
See Also
Title Class | Title Members | Steema.TeeChart Namespace