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
Caption on the axes is placed through the label text
Hi Martijn,
this is not a bug, you can solve this by increasing the Axes labels size :
this.tChart1.Axes.Left.Labels.CustomSize = 41;
this is not a bug, you can solve this by increasing the Axes labels size :
this.tChart1.Axes.Left.Labels.CustomSize = 41;
Pep Jorge
http://support.steema.com
http://support.steema.com