Axis Increment Spacing Problem

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
thahn
Newbie
Newbie
Posts: 9
Joined: Mon Aug 23, 2004 4:00 am
Location: Ambler, PA (USA)
Contact:

Axis Increment Spacing Problem

Post by thahn » Sun May 22, 2005 2:55 pm

I have a line chart that is largely defined in code. Multiple series are present and added dynamically. The left and right axes are identical. The axis minimum = 0; the maximum is calculated. The increment is also calculated. In one example, the maximum is 35000, with the increment of 5000. In this example, the increment from 0 - 5000 is much shorter than the other increments. I have noticed that as the maximum increases, the lowest increment is getting shorter. Scales are properly displayed, with the exception of the lowest increment height. What is wrong and how do I fix it?

thahn
Newbie
Newbie
Posts: 9
Joined: Mon Aug 23, 2004 4:00 am
Location: Ambler, PA (USA)
Contact:

Post by thahn » Mon May 23, 2005 12:55 pm

I should have mentioned Delphi 7 / TeeChart 7.

Also the "0" does not show on the Y axis.

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

Post by Narcís » Mon May 23, 2005 2:12 pm

Hi thahn,

I haven't been able to reproduce it here. Are you using latest v7.04 version? Could you please send us and example we can run "as-is" or .tee file we can load to reproduce the problem here?

You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
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

thahn
Newbie
Newbie
Posts: 9
Joined: Mon Aug 23, 2004 4:00 am
Location: Ambler, PA (USA)
Contact:

Post by thahn » Tue May 24, 2005 1:50 am

Problem was solved by setting AutomaticMinimum = false (as well as Minimum = 0)

Post Reply