TAnnotationTool
Hierarchy Properties Methods Events
Unit
TeeTools
Description
\ltrparThe Annotation tool can be used to display custom text in a Chart.
Multiple Annotations can be added to the same Chart, at any position expressed as pixels or percentage of chart dimensions.
Each Annotation provides formatting properties (Font, Background Color, Frame, Brush, etc) and can be positioned anywhere inside the Chart boundaries.
Annotation text can be multi-line, adding carriage return characters to the text string:
ChartTool1.Text:='Hello' + #13 + 'World' ;
Annotations provide Cursor, OnClick event and the Clicked function.