Editor 3D tab and Elevation property
Posted: 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
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