Editor 3D tab and Elevation property

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
JayG
Newbie
Newbie
Posts: 71
Joined: Mon Sep 04, 2006 12:00 am

Editor 3D tab and Elevation property

Post by JayG » Mon Jul 13, 2009 8:12 pm

Using:
TeeChart .NET 2009 v 4.0.2009.21355
VB 2008 Express

In the chart Editor, on the 3D tab, the Elevation is restricted to a range of 270 - 360. However, the help file for the Elevation property states it can be 0 - 360. Using code, I can set the Elevation property (myForm.TChart1.Aspect.Elevation) to anything from 0 - 360 and the chart is drawn properly. The problem is that if the editor is opened while the Elevation property is set to less than 270 and you click on the 3D tab, teeChart causes a crash of the application ("Value" should be between "Minimum" and "Maximum"). Why is the elevation range restricted on the editor tab? If it must be within this range, why can it still be set to other values in code with generating an error?

This bug (feature?) existed in TeeChart .NET 3.5 also. I'm not sure about earlier versions.

Jay

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Editor 3D tab and Elevation property

Post by Yeray » Tue Jul 14, 2009 1:10 pm

Hi Jay,

Yes, the problem is that there are some series that don't look fine viewed from behind. That's why the elevation trackbar in the aspect editor has a minimum set at 270. And if you change the elevation to less than this minimum the application crashes when this trackbar wants to be shown with a value littler than its minimum.

We'll try to improve it in a next release.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

JayG
Newbie
Newbie
Posts: 71
Joined: Mon Sep 04, 2006 12:00 am

Re: Editor 3D tab and Elevation property

Post by JayG » Mon Jun 28, 2010 9:10 pm

It looks like this is still not fixed in 4.0.2010.27962. Are you still planning to fix this?

Jay

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

Re: Editor 3D tab and Elevation property

Post by Narcís » Thu Jul 01, 2010 7:43 am

Hello Jay,

Yes, for future reference, this is TF02015013 in our bug tracking system.
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