Font sizes changing

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Adrian
Advanced
Posts: 116
Joined: Thu Jun 23, 2005 4:00 am

Font sizes changing

Post by Adrian » Wed May 24, 2006 5:32 am

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?

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 May 24, 2006 10:31 am

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;
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