Page 1 of 1

Font sizes changing

Posted: Wed May 24, 2006 5:32 am
by 9637403
I think I've found a little problem, I'm trying to set the font size for various attributes in a chart, when I set the font size to either 4, 7 or 10 in the chart editor tool It resets it to one less than the value I set i.e. 3,6 or 9. It doesn't seem to make a difference which font I choose, and It doesn't seem to happen for any other font sizes.

Any ideas?

Posted: Wed May 24, 2006 10:31 am
by narcis
Hi Adrian,

Thanks for the report.

We could reproduce the problem here. The defect (TF02011432) has been added to our defect list and a fix to it will be considered for inclusion into the next maintenance release.

In the meantime, you can set it programmatically, i.e.:

Code: Select all

      tChart1.Header.Font.Size = 4;