Depth Axis

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Jennifer
Newbie
Newbie
Posts: 20
Joined: Tue Dec 07, 2004 5:00 am

Depth Axis

Post by Jennifer » Wed Dec 15, 2004 1:18 am

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

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Wed Dec 15, 2004 8:53 am

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).
Marjan Slatinek,
http://www.steema.com

Post Reply