public String Text {get; set;}
Remarks
Ther Text property sets the text which appears in the Annotation.
Example
[C#]
annotation1.Left = 150;
annotation1.Top = 30;
annotation1.Text = "My Text";
See Also
Annotation Class | Annotation Members | Steema.TeeChart.Tools Namespace