Hi,
I am plotting an item where only integer values (i.e. 1, 2, 3, 4 etc...) make sense. How can I tell the left and right axis to ignore labelling the stuff in-between (i.e. 1.2, 1.4, 1.6, 1.8 etc...).
Thanks,
neo
Don't place labels on every major tick
Re: Don't place labels on every major tick
There are several events where you can have fine grained control on the axis labels.
Look in the help for OnGetNextAxisLabel, OnGetAxisLabel
Look in the help for OnGetNextAxisLabel, OnGetAxisLabel
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Don't place labels on every major tick
Hello everyone,
davidnovo, thanks for your collaboration!
neo, you can also set axis increment property as shown in tutorial 4. Tutorials can be found at TeeChart's program group.
davidnovo, thanks for your collaboration!
neo, you can also set axis increment property as shown in tutorial 4. Tutorials can be found at TeeChart's program group.
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 |
Re: Don't place labels on every major tick
Thanks so much to both of you.
I tried the Increment property and it worked great!
Cheers
I tried the Increment property and it worked great!
Cheers