I'm having difficulty formatting my parameters for the PlotWaveformsMultiple method of WaveformGraph. I've successfully used the following to convert an array of doubles into an AnalogWaveform and plot it with this code sample:
AnalogWaveform<double> waveformCurrents = AnalogWaveform<double>.FromArray1D(dblResult);