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