TAnnotationPosition
type TAnnotationPosition = (ppLeftTop, ppLeftBottom, ppRightTop, ppRightBottom, ppCenter);
Unit
TeeTools
Description
Controls the default position of Annotation where to display on a chart.
If the Annotation.Shape.CustomPosition is True, the default position is not used.
Example:
ChartTool1.Position := ppLeftTop ; // <-- display at left-top corner
ChartTool1.Shape.Left := 50 ; // <-- do not use Position, use Shape's Left and Top positions.
Submit your feedback about this page.
Copyright 1995-2007 © by Steema Software. All Rights Reserved.