How to display custom vertical axis labels on BOTH sides.
How to display custom vertical axis labels on BOTH sides.
I am having problems displaying customvertical axis labels on both left and right sides. I know it can be done as I see it on the Tee8 demo. What am I missing?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: How to display custom vertical axis labels on BOTH sides.
Hi Phineas,
This can only be achieved using standard axes and using this code:
However, only one custom vertical axis and one custom horizontal axis can be assigned to each series.
For further axes information please read tutorial 4. Tutorials can be found at TeeChart's program group.
This can only be achieved using standard axes and using this code:
Code: Select all
Series1.VertAxis:=aBothVertAxis;
For further axes information please read 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 |