is it possible to have the left axis visable on both sides of the mesh on a 3D surface chart??
It is dificult to trace the scale all the way around the graph.
surface chart axis
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Chuck,
To achieve that you should set the series to use both defaul vertical axes (left and right axes):is it possible to have the left axis visable on both sides of the mesh on a 3D surface chart??
Code: Select all
tChart1.Series[0].VertAxis = Steema.TeeChart.Styles.VerticalAxis.Both;
I don't know what do you exactly mean here but you could make depth axes visible and do the same as in the code line above for horizontal axes.It is dificult to trace the scale all the way around the graph.
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 |