How to customize TColorLineTool annotation?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
anauta2014
Newbie
Newbie
Posts: 14
Joined: Tue Apr 08, 2014 12:00 am

How to customize TColorLineTool annotation?

Post by anauta2014 » Thu Oct 23, 2014 6:04 am

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
With bets regards
Vladimir

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: How to customize TColorLineTool annotation?

Post by Yeray » Thu Oct 23, 2014 10:17 am

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?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

anauta2014
Newbie
Newbie
Posts: 14
Joined: Tue Apr 08, 2014 12:00 am

Re: How to customize TColorLineTool annotation?

Post by anauta2014 » Thu Oct 23, 2014 12:11 pm

Thank you, Yeray
I understood now the purpose of such implementation.
With bets regards
Vladimir

Post Reply