public Int32 Left {get; set;}
Remarks
The Left property sets the horizontal displacement in pixels of the text box from the chart's left edge.
Example
[C#]
annotation1.Left = 150;
annotation1.Top = 30;
annotation1.Text = "My Text";
See Also
Annotation Class | Annotation Members | Steema.TeeChart.Tools Namespace