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!
left justify mark text
You can use the TextAlign property to justify your series marks as you want.
Code: Select all
Series1.Marks.TextAlign := taLeftJustify;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
left justify
Thanks anyway, but that doesn't seem to be supported in v5.02.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi WCantrall,
I can't tell you for sure when it was exactly implemented however, it is supported with current TeeChart Pro v7 VCL.
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 |
Instructions - How to post in this forum |
Im using TeeChart Pro v7.07 VCL and I do not see a TextAlign property for series marks.
just gives me an undeclared identifier error
Code: Select all
Series1.Marks.TextAlign := taLeftJustify;
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |