Hello All,
I'm running my application under VB.NET with Windows 2000 and i'm currently using the ScatterGraph for Measurement Studio 7.0 to plot at run-time, the data collect from my instrument.
The problem:
In my application, I collect about 5000 points and generate a graph from it.
If I create 2 array (ChartArrayX and ChartArrayY) and plot them using the... XYGraph.Plots(WavePlotNumber).PlotXY(ChartArrayX, ChartArrayY), the graph shows up and it's find.
but if I try to collect them at run-time using... XYGraph.Plots(WavePlotNumber).PlotXYAppend(ValueX, ValueY), the graph display all the points, but after reaching the point 1000, it will continue recording the points to the graph, but everytime a point get recorded, one of the first points disappear, so at the end, I'm left with 1000 points of data...
Anybody heard about this problem before, is there a work around ???
Thanks for the Help,
- Seb