surface chart axis

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Chuck
Newbie
Newbie
Posts: 18
Joined: Tue Dec 13, 2005 12:00 am

surface chart axis

Post by Chuck » Thu Aug 24, 2006 10:30 am

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Aug 24, 2006 11:09 am

Hi Chuck,
is it possible to have the left axis visable on both sides of the mesh on a 3D surface chart??
To achieve that you should set the series to use both defaul vertical axes (left and right axes):

Code: Select all

      tChart1.Series[0].VertAxis = Steema.TeeChart.Styles.VerticalAxis.Both;
It is dificult to trace the scale all the way around the graph.
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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply