07-05-2005 08:28 AM
07-05-2005 12:00 PM
Paul,
You cannot change the data used by a plot. The way you refresh a plot is to delete it and then re-plot using the new data. From a performance standpoint, it's no less efficient to do this then it would be to change the data of an existing plot.
Just be sure to pass VAL_DELAYED_DRAW as the last parameter of DeleteGraphPlot, in order to avoid double-drawing, which would cause flashing.
Luis