Page 1 of 1

Error on Labels on Bottom axis, how to solve...

Posted: Sun Sep 06, 2009 12:36 pm
by 10554168
Hi,

I buy TeeChart 8.05 pro and found that on the bottom axis appears wrong (to much) labels if I set the label.angel to 0. I put scale.increment to 2 but with angel 0 this setting are ignored.

If I try to set the angel to 90 then there ist not problems... But our customer want to have the horicontal text layout (angel 0).

One Picture shows moren then 1000 Words... so I make some screenshots:

http://www.ulmer.de/file/tmp/TChart_Error.pdf

Can you help me to solve the probleme?

with best regards

Nils Bödeker

Re: Error on Labels on Bottom axis, how to solve...

Posted: Mon Sep 07, 2009 7:48 am
by narcis
Hi Nils,

Is your LabelStyle property set to display a label for each point in the series? You could try setting LabelSeparation property, for example:

Code: Select all

  Chart1.Axes.Bottom.LabelsSeparation:=10;
If this doesn't help please attach a simple example project we can run "as-is" to reproduce the problem here.

Thanks in advance.

Re: Error on Labels on Bottom axis, how to solve...

Posted: Tue Sep 08, 2009 6:27 am
by 10554168
Hi,

this don't change anything... I try that before I post the Message... I try to prepare a simple test application... who can I send this files...

with best regards

Nils Bödeker

Re: Error on Labels on Bottom axis, how to solve...

Posted: Tue Sep 08, 2009 7:45 am
by narcis
Hi Nils,

You can attach the sample project in your reply, the forums boards allow including attached files along with posts.