02-11-2008 10:50 AM
02-22-2008 09:56 AM
Hi
If you remove the autoscale option for the x-axis and write 0 to 300. By that the x-axis will take 300 points
You will have to adjust the number based on the updating frequency. A rate of 100 updates pr. min.
will result in 3 minutes. This works for CWUIControlsLib__DCWGraphChartY()
There are several plot functions and I don't know if it will work with others.
Regards Per
02-22-2008 10:10 AM
02-22-2008 10:22 AM
Hi
Not sure what you mean.
You can use CWUIControlsLib_CWPlotPlotXY () to plot an array of previously collected data.