Page 1 of 1

axis label spacing

Posted: Fri Sep 26, 2008 7:57 pm
by 9340973
I am using TeeChart Standard for Delphi.

How can I determine the number of axis labels that will appear in the chart? I am using the GetAxisLabel() callback to override labels, and I need to know the difference between consecutive labels. I know the minimum and maximum axis label values, but when I retrieve TChart1.BottomAxis.Increment, it is always zero. When I retrieve TChart1.Series[0].Labels.Count it always returns the total number of items in the series.

Posted: Mon Sep 29, 2008 8:24 am
by narcis
Hi BlueMonkey,

You can try doing something as in the last example I posted here.

Hope this helps!