Caption on the axes is placed through the label text

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
mkm
Newbie
Newbie
Posts: 2
Joined: Thu Sep 16, 2004 4:00 am

Caption on the axes is placed through the label text

Post by mkm » Wed Nov 17, 2004 2:24 pm

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Nov 17, 2004 3:24 pm

Hi Martijn,

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

mkm
Newbie
Newbie
Posts: 2
Joined: Thu Sep 16, 2004 4:00 am

Post by mkm » Wed Nov 17, 2004 4:13 pm

Hey Josep,

That did the job!
Thanks a lot.

Kind regards,
Martijn

Post Reply