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
Missing Labels on the Axes
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
Re: Missing Labels on the Axes
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
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
Re: Missing Labels on the Axes
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?
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |