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

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
NilsBoedeker
Newbie
Newbie
Posts: 9
Joined: Mon Aug 31, 2009 12:00 am

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

Post by NilsBoedeker » Sun Sep 06, 2009 12:36 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

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

Post by Narcís » Mon Sep 07, 2009 7:48 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

NilsBoedeker
Newbie
Newbie
Posts: 9
Joined: Mon Aug 31, 2009 12:00 am

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

Post by NilsBoedeker » Tue Sep 08, 2009 6:27 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

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

Post by Narcís » Tue Sep 08, 2009 7:45 am

Hi Nils,

You can attach the sample project in your reply, the forums boards allow including attached files along with posts.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply