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.
axis label spacing
-
- Newbie
- Posts: 20
- Joined: Mon Feb 14, 2005 5:00 am
- Location: Eastern Washington, US
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |