public StringAlignment TextAlign {get; set;}
Remarks
Default: Near
Determines how text will be horizontally displayed inside the Annotation rectangle.
Values can be:
Center, Far or Near.
Example
[C#]
annotation1.TextAlign = System.Drawing.StringAlignment.Center;
See Also
Annotation Class | Annotation Members | Steema.TeeChart.Tools Namespace