Jitter of chart while resizing

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Werner
Newbie
Newbie
Posts: 46
Joined: Mon Aug 06, 2007 12:00 am

Jitter of chart while resizing

Post by Werner » Wed Mar 19, 2008 8:58 am

Hi,

If I change the text in the legend the chart was resized. In my environment I change the text for example from 0.0123 to -0.0012. This causes a jitter of the chart, because every time I move the cursor the text is updated and change the legend text between +/-.

If I set Legend.ResizeChart to false the legend overlap the chart. Can I set the width of the legend manually or exists another way ?

best regards
Werner

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 Mar 19, 2008 10:23 am

Hi Werner,

Would you be so kind to send us a simple example project we can run "as-is" and let us know the exact steps we should follow to reproduce the issue here?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.
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

Werner
Newbie
Newbie
Posts: 46
Joined: Mon Aug 06, 2007 12:00 am

Post by Werner » Sat Mar 22, 2008 6:02 pm

Dear Narcis,

I have found a solution, setting the legend font to Courier New solves the problem. It seems that this font has fixed spaces, so that +0.1234 and -0.1234 has the same textwidth

best regards and thank you

Werner

Post Reply