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.
Application causes exception when Elevation of Pie charts is
-
- Newbie
- Posts: 21
- Joined: Mon Mar 27, 2006 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hello,
Thanks for reporting. We could reproduce the problem here and added it to our defect list to be fixed for future releases (TF02011406). The problem is that elevation lower than 270 degrees shouldn't be allowed.
Thanks for reporting. We could reproduce the problem here and added it to our defect list to be fixed for future releases (TF02011406). The problem is that elevation lower than 270 degrees shouldn't be allowed.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hello,
I've fixed this issue and this fix will be included in the next debug build and maintenance releases.
I've fixed this issue and this fix will be included in the next debug build and maintenance 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 |
Instructions - How to post in this forum |