> I am using picture control to plot data. As the number of data points
> increase,the CPU resource usage increases. It finally reaches 100%.
> All I am doing is drawing the points on the picture control.
If you are accumulating points to the picture, you have a couple
options. For one thing, if you have not bounded the amount of points
being put into the picture control, then the drawing will increase and
increase.
If you are trying to accumulate points in the image, but don't want to
cursors or other more complicated graph options, you can turn off erase
first on the picture indicator and allow the plot points to just show up
on top of the existing graph data.
Greg McKaskle