Hello All,
unpleasant crash with "Map serier" (teechart 2.0.2306.26232):
1) add chart to winform
2) create pie serier
3) fill that serier with sample values
pie1.FillSampleValues();
4) raise teechart property
Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1);
editor.ShowModal();
5) Press "Change" button to change the serier's type. Select "Extended" tab, after that press SINGLE click on "Map serier". As you can see the button is highlighted and a small arrow appeared in the left bottom corner. After that press on this arrow, as you can see the crash appears.
System.NullReferenceException: Object reference not set to an instance of an object.
Stack Trace
"at Steema.TeeChart.Styles.Map.Dispose(Boolean disposing)
at System.ComponentModel.Component.Finalize()"
Any ideas to eliminate that?
Thanks.
Crash when use Map series
-
- 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 the information.
I've been able to reproduce the problem here and I've added it to our wish-list to be enhanced. Changing from pie to map series shouldn't be allowed as they have different structures, their value lists are different.
Thanks for the information.
I've been able to reproduce the problem here and I've added it to our wish-list to be enhanced. Changing from pie to map series shouldn't be allowed as they have different structures, their value lists are different.
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 |