06-14-2012 07:05 AM
I have an array of X values and an array of Y values.
Can I not just plot those on a WaveformGraph (Instead of PlotY(data, start, increment))?
I just want to plot a waveform using the given X and Y values... Just like LabVIEW does.
06-14-2012 07:09 AM
Apparently I need to use a scatter graph instead of a waveform graph.