07-10-2005 08:34 AM
07-11-2005 08:44 AM
Yes, you can use PlotXY with "Scatter" as Plot Style parameter: this will print little squares on the diagram. If you use "Connected points" you will have the little squares connected with a line. If you use "Thin line" or "Fat line" you will obtain only the line and no marks. Look at the <cvidir>\samples\userint\graphs.prj example to see which is the effect of every Plot style on the final graph.
The "point style" parameter permits you to define the aspect of the data mark on the graph.
To use this function you will need to read your structured data array into two different arrays, one for time axis and the second for amplitude, to pass to the PlotXY function.
07-13-2005 01:37 PM
07-14-2005 06:04 AM