error(urgent)

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
.net
Newbie
Newbie
Posts: 10
Joined: Thu Jan 29, 2004 5:00 am
Location: IL

error(urgent)

Post by .net » Wed Feb 16, 2005 10:06 am

Hello,
I keep getting an error while trying to present data on a chart in a line.
I have a collection which is where I am taking the data from ,the problem is that if I fill a line from a collection with 200 points and than try to fill it again from a collection which has 100 points - I get the crash.
I tried to do:
tChart2.Series[0].Delete(0,tChart2.Series[0].Count);
but it's not helping.
How to solve it?
Thanks a lot

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Feb 16, 2005 10:19 am

Hello .net,

I can not reproduce the reported problem here. I created a line series with 200 values and then clicking a button I added 100 values to the series each time I clicked and no error occured.

Could you please be more specific? Which is the error you get? Could you please send us a example we can run "as-is" so that we can reproduce the problem here?

Please post your project at steema.public.newsgroups available at news://www.steema.net.

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply