Bug calculating label size

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Uli
Newbie
Newbie
Posts: 80
Joined: Thu Apr 22, 2010 12:00 am

Bug calculating label size

Post by Uli » Mon Aug 02, 2010 6:42 am

Hi,

please do the following:

- Create series with max y-values > 1e6
- deactivate the Exponential checkbox in the chart editor (label format page)
- set label format to "#,##0.###": distance between title and labels is correct
- set label format to "#,##0.000": distance between title and labels is correct
- set label format to "#.0e0": distance between title and labels is correct
- set label format to "#.0e0": distance between title and labels is correct
- set label format to "#.0 "x10" E+0": distance between title and labels is correct
- activate Exponential option in chart editor (label format page): distance between title and labels is too big!

Regards

Uli

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Bug calculating label size

Post by Yeray » Tue Aug 03, 2010 7:50 am

Hi Uli,

Yes, in general, I see that having Exponential labels the string length is reduced and this doesn't seem to affect the automatic margin.
I've added it to the wish list to be implemented in future releases (TF02015071).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply