Depth Axis Title will draw at an angle

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Mike Jones
Advanced
Posts: 192
Joined: Thu Feb 01, 2007 12:00 am
Contact:

Depth Axis Title will draw at an angle

Post by Mike Jones » Tue Dec 04, 2007 3:10 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Dec 04, 2007 3:25 pm

Hi Mike,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply