error(urgent)
Posted: 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
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