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.
Depth Axis Title will draw at an angle
-
- Advanced
- Posts: 192
- Joined: Thu Feb 01, 2007 12:00 am
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Mike,
Yes, this is a known issue (TF02012065) already listed on our defect list to be fixed for future releases.
Yes, this is a known issue (TF02012065) already listed on our defect list to be fixed for future releases.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |