TAnnotationTool.Position
TAnnotationTool
property Position: TAnnotationPosition;
Unit
TeeTools
Description
\ltrparThe 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).
Example:
ChartTool1.Position:=ppLeftTop;
When setting Position, the Shape.CustomPosition property is automatically set to False.