I have a 3d point chart that looks like this:
I need to label the axes like so:
The axis running from top to bottom, which reads 3000 to -9000 should be labeled "True Vertical Depth"
The axis running left to right along the bottom with numbers ranging from -5000 to 1000 should read "East/West"
The other axis should read "North/South"
I need both this label and the numeric scale (which indicates distance in feet).
As you can see, I have experimented with setting using the right side Title to "True Vertical Depth", but when I rotate the graph as in the second image, then the "True Vertical Depth" axis is no longer on the right side and the label is now incorrect.
Is there a way to pin this text label to the axis, so that as I rotate the 3d chart the label follows the axis wherever it goes?
Also, notice that in the second graph we wind up looking through the grid wall. Is there anyway to turn off this wall, or reorient it to the other side of the chart?