Missing Labels on the Axes

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Mahadevan
Newbie
Newbie
Posts: 25
Joined: Thu Mar 12, 2009 12:00 am

Missing Labels on the Axes

Post by Mahadevan » Thu Apr 02, 2009 9:38 pm

Hi,
We have problem with the Labels on the Bottom Axes.
The accomodate longer texts as labels for X-Axis, we have rotated the labels by an angle of 90. After rotation though there is enough space for the labels, some labels are missing on the Axes (TeeChart doesnt seem to consider the angle of the labels while determining the size of the labels).

I have upladed a file (TeeChartLabelsProblem.zip) with which you can reproduce the problem

Please suggest a solution for this problem.

Thanks And Regards,
Mahadevan

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

Post by Yeray » Fri Apr 03, 2009 10:32 am

Hi

Yes, this is a known bug already in the wish list (TF02013544). Please, take a look at this thread where Narcís posted a workaround.
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

Mahadevan
Newbie
Newbie
Posts: 25
Joined: Thu Mar 12, 2009 12:00 am

Post by Mahadevan » Mon May 18, 2009 7:50 am

Can you please let me know when a fix for this would be available?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon May 18, 2009 9:29 am

Hi Mahadevan,

This issue hasn't been fixed yet nor I can't provide an estimate date. For bug fix announcements I strongly recommend you to be aware at this forum or subscribe to our RSS news feed for new release announcements and what's fixed on them.

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

Mahadevan
Newbie
Newbie
Posts: 25
Joined: Thu Mar 12, 2009 12:00 am

Re: Missing Labels on the Axes

Post by Mahadevan » Mon Oct 26, 2009 11:24 am

Hi,

I tested the issue with the recent version of teechart (3.5.3574.14456). I could see that now the angle of the label seems to be considered when caclulating the spacing between the labels.
But now we have a few labels missing in the output graph generated also the series marks are missing.
You can see the out put generated in the image GetChart_missinglabels_axes.png which is uploaded through
http://www.steema.net/upload/Default.aspx

Can you please let me know when this issue would be fixed.

Thanks And Regards,
Mahadevan

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

Re: Missing Labels on the Axes

Post by Yeray » Mon Oct 26, 2009 11:41 am

Hi Mahadevan,

Could you please try setting the chart to fill all the form and resize it to see if with a bigger width all the labels can be displayed?

Code: Select all

tChart1.Dock = DockStyle.Fill;
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