Page 1 of 1

How to customize TColorLineTool annotation?

Posted: Thu Oct 23, 2014 6:04 am
by 16568919
Is it possible to customize annotation for ChartLineTool?
I mean to change vertical position, to change the content on the fly an so on.
As I can see for now there is not any OnGet value for this tool.

Sorry, TColorLineTool annotation

Re: How to customize TColorLineTool annotation?

Posted: Thu Oct 23, 2014 10:17 am
by yeray
Hi Vladimir,

This "embedded" AnnotationTool is thought to give an easy to use implementation.
If you want to set so much properties, why don't you use a separate TAnnotationTool and you move it and change it's text manually at the TColorLineTool OnDragLine event?

Re: How to customize TColorLineTool annotation?

Posted: Thu Oct 23, 2014 12:11 pm
by 16568919
Thank you, Yeray
I understood now the purpose of such implementation.