changing a few properties of 3d surface plots
Posted: Thu May 11, 2006 3:10 pm
Greetings:
I am using v7.0.0.2 to generate some very nice 3d surface plots. However, I am trying to implement code that allows for more flexible modification of the graphs. There are two things that I want to achieve:
1) I need to remove axis tick labels. Right now, I use the following code:
TChart1.Axis.Bottom.Labels.Visible = False
TChart1.Axis.Depth.Labels.Visible = False
This successfully removes the tick labels, but also has the undesired effect of also removing the ticks themselves. Is there a way to fix this?
2) With respect to the ticks themselves, on 3d surface plots, the ticks are extended in a way to make background "walls" that indirectly reflect surface plot heights. I would ideally like to be able to write code so that these "tick walls" (sorry...I don't have a better term to use to describe this!) can be moved from the background to the foreground. Is there any way to implement this?
Thanks in advance!
I am using v7.0.0.2 to generate some very nice 3d surface plots. However, I am trying to implement code that allows for more flexible modification of the graphs. There are two things that I want to achieve:
1) I need to remove axis tick labels. Right now, I use the following code:
TChart1.Axis.Bottom.Labels.Visible = False
TChart1.Axis.Depth.Labels.Visible = False
This successfully removes the tick labels, but also has the undesired effect of also removing the ticks themselves. Is there a way to fix this?
2) With respect to the ticks themselves, on 3d surface plots, the ticks are extended in a way to make background "walls" that indirectly reflect surface plot heights. I would ideally like to be able to write code so that these "tick walls" (sorry...I don't have a better term to use to describe this!) can be moved from the background to the foreground. Is there any way to implement this?
Thanks in advance!