Page 1 of 1

Axis Increment Spacing Problem

Posted: Sun May 22, 2005 2:55 pm
by 9338701
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?

Posted: Mon May 23, 2005 12:55 pm
by 9338701
I should have mentioned Delphi 7 / TeeChart 7.

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

Posted: Mon May 23, 2005 2:12 pm
by narcis
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.

Posted: Tue May 24, 2005 1:50 am
by 9338701
Problem was solved by setting AutomaticMinimum = false (as well as Minimum = 0)