Page 1 of 1

Jitter of chart while resizing

Posted: Wed Mar 19, 2008 8:58 am
by 10546313
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

Posted: Wed Mar 19, 2008 10:23 am
by narcis
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.

Posted: Sat Mar 22, 2008 6:02 pm
by 10546313
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