Align text within a legend

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Berntsen
Newbie
Newbie
Posts: 11
Joined: Wed Oct 05, 2005 4:00 am

Align text within a legend

Post by Berntsen » Fri May 11, 2007 10:52 am

Hi All

I have a real-time data aquistion application. I want to display a legend like:

Oxygen (13.5 mV)
Nitrogen (27.4 mV)
Test ( 9.5 mV)

Is there a simple way to ensure that the first "(" is aligned??

The legned also have checkboxes and symbols!

Regards Jørgen

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

Post by Narcís » Fri May 11, 2007 11:00 am

Hi Jørgen,

I'm afraid not automatically, the only way I can think of is using OnGetLegendText event and manually parse the text there or provide properly formated text to series labels when populating them.
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

Post Reply