Application causes exception when Elevation of Pie charts is
Posted: Sat May 13, 2006 12:17 pm
Hello,
Use chart with Pie serier and built application. Then open TeeChart Editor using the following code
Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(chart);
editor.ShowModal();
go to 3D tab, uncheck Orthogonal checkbox if it is checked and try to change Elevation by moving corresponding slider. After that application causes exception with message "Parameter is not valid." and there is a big red "X" mark on the chart area.
Any idea how to avoid it?
Thanks.
Use chart with Pie serier and built application. Then open TeeChart Editor using the following code
Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(chart);
editor.ShowModal();
go to 3D tab, uncheck Orthogonal checkbox if it is checked and try to change Elevation by moving corresponding slider. After that application causes exception with message "Parameter is not valid." and there is a big red "X" mark on the chart area.
Any idea how to avoid it?
Thanks.