public AnnotationPositions Position {get; set;}
Remarks
The Position property indicates the Chart corner where to display the annotation shape and text. This property is only valid when the Shape is not custom positioned (using the Shape's Left and Top properties).
The options available are:
LeftBottom
LeftTop
RightBottom
RightTop
Example
[C#]
annotation1.Position = Steema.TeeChart.Tools.AnnotationPositions.LeftBottom;
See Also
Annotation Class | Annotation Members | Steema.TeeChart.Tools Namespace