Page 1 of 1

Missing Labels on the Axes

Posted: Thu Apr 02, 2009 9:38 pm
by 13052797
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

Posted: Fri Apr 03, 2009 10:32 am
by yeray
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.

Posted: Mon May 18, 2009 7:50 am
by 13052797
Can you please let me know when a fix for this would be available?

Posted: Mon May 18, 2009 9:29 am
by narcis
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.

Re: Missing Labels on the Axes

Posted: Mon Oct 26, 2009 11:24 am
by 13052797
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

Re: Missing Labels on the Axes

Posted: Mon Oct 26, 2009 11:41 am
by yeray
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;