Page 1 of 1

Editor 3D tab and Elevation property

Posted: Mon Jul 13, 2009 8:12 pm
by 9792387
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

Re: Editor 3D tab and Elevation property

Posted: Tue Jul 14, 2009 1:10 pm
by yeray
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.

Re: Editor 3D tab and Elevation property

Posted: Mon Jun 28, 2010 9:10 pm
by 9792387
It looks like this is still not fixed in 4.0.2010.27962. Are you still planning to fix this?

Jay

Re: Editor 3D tab and Elevation property

Posted: Thu Jul 01, 2010 7:43 am
by narcis
Hello Jay,

Yes, for future reference, this is TF02015013 in our bug tracking system.