i use a canvas to manipulate a large amount of data,about 3000 to 100000 record.i want to draw the each plot on the canvas.But a big problem is that i cant let the canvas display the each plot and line it had just created.It is very hard to understand that the canvas must wait till all the plot (maybe 50000 plots ) had been created then display them all.
The result is that it dosen't work at all.The system memory was rapidly used up.So what shall i do?
The result is that it dosen't work at all.The system memory was rapidly used up.So what shall i do?