[TAnnotationTool] Rotate text ? (90°, ...)

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

[TAnnotationTool] Rotate text ? (90°, ...)

Post by bertrod » Thu Jul 12, 2007 7:39 am

Hello,

I'm using version 7.04 (we will move to the version 8 soon, but no time yet), and in my version I can't rotate text in annotations. Some customers asked me about this feature, so I just wanted to know if this feature is implemented in version 8 or if it's planned for the future.

Thanks

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Jul 12, 2007 9:58 am

Hi bertrod,

this feature has not been implemented into the new TeeChart Pro v8, but we have plans to add it for the next maintenance releases.

In meantime, as you know a way around is to draw rotated text directly onto the Chart Canvas using :
Chart1.Canvas.RotateLabel(100,100,'Hello...', 45);

Post Reply