Page 1 of 1

posting it again: slow line series adding process

Posted: Thu Oct 07, 2004 5:30 am
by 6924590
Dear Support

In my VB6 application the program run to a branch, where 3080 line series have to be added to two charts each. While the adding process is fast with the first series, it terribly slows down after c. 2000. After 2500 it even takes about a second or even more to add a series to the charts, and it gets slower and slower. Is this normal, or did I make a mistake? Is it possible to speed it up?

Tx in advance, regards

Andras

Posted: Thu Oct 07, 2004 8:24 am
by Pep
Hi Andras,
the charts, and it gets slower and slower. Is this normal, or did I make a mistake? Is it possible to speed it up?
Which code are you using ? Also, must you use all the 3080 Series at the same time ?, if not you can try to remove some Series before to add the others.