Dear Team,
I am getting an error so called "System.Runtime.InteropServices.COMException (0x8000FFFF): Schwerwiegender Fehler (means Serious error)" after adding 289000 data points by AxTChart1.Series(3).AddXY. But it happens only in one of the several series and it is assigned in custom axis in vertical. But then I uploaded same amount of data through AxTChart1.Series(3).AddArray and then used AxTChart1.Series(3).AddXY and it work fine.
Its also in VB.Net 2003
Any solution for the above?
Ajith
COMException Error
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Ajith,
Could you please send us a simple example project we can run "as-is" to reproduce the problem here? You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
Could you please send us a simple example project we can run "as-is" to reproduce the problem here? You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
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 |
-
- Newbie
- Posts: 49
- Joined: Wed Aug 18, 2004 4:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Ajith,
It would be enough for us if you could arrange a simple example project using random data that reproduces this issue.
Thanks in advance.
It would be enough for us if you could arrange a simple example project using random data that reproduces this issue.
Thanks in advance.
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:
Hi Ajith,
Thanks for the newsgroup attachment but it is very difficult to see where the problem is with so little information and it being intermittent.
How do you populate your chart? You could try setting TChart1.AutoRepaint=false, add data to your chart and then set AutoRepaint to true again. A problem with custom axes could be another option.
If you find any consistent way to reproduce the problem please let us know.
Thanks for the newsgroup attachment but it is very difficult to see where the problem is with so little information and it being intermittent.
How do you populate your chart? You could try setting TChart1.AutoRepaint=false, add data to your chart and then set AutoRepaint to true again. A problem with custom axes could be another option.
If you find any consistent way to reproduce the problem please let us know.
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 |