left justify mark text

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
WCantrall
Newbie
Newbie
Posts: 27
Joined: Mon May 03, 2004 4:00 am
Location: USA
Contact:

left justify mark text

Post by WCantrall » Tue Jan 16, 2007 2:30 am

In tchart 5.02 I need to know how to left justify the mark text in multiline marks. It appears that the default is to center all lines after the first. I need to know how to left justify the other lines.
Thanks!

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

Post by Yeray » Tue Jan 16, 2007 8:21 am

You can use the TextAlign property to justify your series marks as you want.

Code: Select all

Series1.Marks.TextAlign := taLeftJustify;
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

WCantrall
Newbie
Newbie
Posts: 27
Joined: Mon May 03, 2004 4:00 am
Location: USA
Contact:

left justify

Post by WCantrall » Tue Jan 16, 2007 2:12 pm

Thanks anyway, but that doesn't seem to be supported in v5.02.

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 Jan 16, 2007 3:10 pm

Hi WCantrall,

I can't tell you for sure when it was exactly implemented however, it is supported with current TeeChart Pro v7 VCL.
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

pssdelphi
Newbie
Newbie
Posts: 29
Joined: Thu Oct 21, 2004 4:00 am

Post by pssdelphi » Sun Feb 25, 2007 4:57 am

Im using TeeChart Pro v7.07 VCL and I do not see a TextAlign property for series marks.

Code: Select all

Series1.Marks.TextAlign := taLeftJustify;
just gives me an undeclared identifier error

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

Post by Yeray » Mon Feb 26, 2007 8:19 am

Excuse us, you're right. This property has been added at version 8 beta and thats what confused us because it's the one we're working in. If you're interested on beta testing v8 let us know and we will provide you the necessary information.
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

pssdelphi
Newbie
Newbie
Posts: 29
Joined: Thu Oct 21, 2004 4:00 am

Post by pssdelphi » Mon Feb 26, 2007 1:59 pm

np, but it did motivate me to add it on my end. :wink:

Post Reply