can TextOut3d text be laid down ?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

can TextOut3d text be laid down ?

Post by Thomas Klingler » Mon May 08, 2006 9:43 pm

The text I put on my surface is upright, can I lay it down so it will appear normal when looking directly down at the rotated surface

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue May 09, 2006 7:58 am

Hi Thomas,

Instead of TextOut3D use RotateLabel3D which additionally allows you to set the rotation degrees.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

Post by Thomas Klingler » Tue May 09, 2006 6:44 pm

Thanks for the reply.

RotateLabel36 will rotate in the z plane, what I want is to lay the text down so it is in the x/y plane, the same plane as the surface.

Any ideas on that ?

Later,
Paul

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed May 10, 2006 7:10 am

Hi Paul,

Have you tried RotateLabel instead of RotateLabel3D then?
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

Post by Thomas Klingler » Wed May 10, 2006 6:27 pm

RotateLabel also rotates in the Z-plane.

Other Ideas ?

I'd hate to have to impliment text labels on the surface with 'OnGetColor' if there is a easier way!

Later,
Paul

Post Reply