My process works fine but I wonder if it's possible sometime (only sometime ) to have no line between two points on a plot ?.I explain : I don't want to see a line bewtween two points separated with lot of time.
Is it possible to get the first point of a plot ?.I need that point because the first points are deleted when we have plotted to much points.
You will probably have better results posting this question in the Measurement Studio forum, since the CWGraph is a Measurement Studio control, and their developers monitor that forum.
You can send a "Not a Number" (NaN) constant to the graph to generate these void spaces in the plot. Here is a small example in Visual Basic that could help you.
That looks like the bahovior for +Infinity. Give 0xFFFF FFFF FFFF FFFF a try I think that is the value corresponding to NaN; not totaly sure but I would give it a try.