Page 1 of 1

Depth Axis Title will draw at an angle

Posted: Tue Dec 04, 2007 3:10 pm
by 8739068
I am unable to draw the depth bottom axis at an angle. I created a simple example by

1. Creating a new Windows Project
2. On Form1 added a TeeChart control and a Chart Controller
3. Set the Chart property of the Chart Controller to the TeeChart instance on my dialog
4. Edited the tChart1 control and added a Points3D series called points3D1
5. In my Form1 method looked like
public Form1()
{
InitializeComponent();
this.points3D1.FillSampleValues(50);
tChart1.Legend.Visible = false;
tChart1.Axes.Depth.Visible = true;
tChart1.Axes.Depth.Title.Text = "Depth Axis";
tChart1.Axes.Depth.Title.Angle = 45;
}
6. Run the application and used the Edit tool on the ChartController to bring up the chart editor
7. Went to the Axes tab, selected Depth Bottom, Title tab and verified that Angle = 45.
8. Changing the angle and other settings seemed to have no effect on how the axis title was drawn.

The result of this causes depth axis titles to be cut off if they are more than a few characters long.

Posted: Tue Dec 04, 2007 3:25 pm
by narcis
Hi Mike,

Yes, this is a known issue (TF02012065) already listed on our defect list to be fixed for future releases.