Page 1 of 1

Depth Axis

Posted: Wed Dec 15, 2004 1:18 am
by 9340187
With a 3D chart where we moved the chart in the depthg coiordinate,
we want to move it back to user designed default value, We do this
in x,y axes, but the depth we haven't the way.

Jennifer

Posted: Wed Dec 15, 2004 8:53 am
by Marjan
Hi, Jennifer.

To move the depth axis in all directions, use the following properties:

Code: Select all

  Chart1.Axes.Depth.ZPosition := 25;
  Chart1.Axes.Depth.PositionPercent := 10;
  Chart1.Axes.Depth.Visible := True;
But please note that in existing version depth axis LABELS (not axis and axis gridlines) cannot be moved in y direction (controlled by ZPosition).