Page 1 of 1

Caption on the axes is placed through the label text

Posted: Wed Nov 17, 2004 2:24 pm
by 8127214
Hello!

When I create a chart with one of the vertical axis enabled, the title caption is placed through the axis label text. This only happens when the values on the vertical axis are not rounded.

Examples:
The vertical axis text caption displays fine when the values look like this:
3
2
1
0

The problem occurs when the values look like this:
1.5
1
0.5
0

In the last example the caption text is placed through the value labels.

Is this a bug? or can I change the space between the value labels and the axis title?

TeeChart.dll is version 1.1.1769.19457.

Thank you for your time.
Kind Regards,
Martijn

Posted: Wed Nov 17, 2004 3:24 pm
by Pep
Hi Martijn,

this is not a bug, you can solve this by increasing the Axes labels size :
this.tChart1.Axes.Left.Labels.CustomSize = 41;

Posted: Wed Nov 17, 2004 4:13 pm
by 8127214
Hey Josep,

That did the job!
Thanks a lot.

Kind regards,
Martijn