Page 1 of 1

surface chart axis

Posted: Thu Aug 24, 2006 10:30 am
by 9089490
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.

Posted: Thu Aug 24, 2006 11:09 am
by narcis
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.