For my application (C# using Measurement Studio 8.6.1.465) I want to display data with varying Y-Ranges using automatic scaling. I add 1000 to 3000 datasamples via WaveformPlot.PlotY(double[]), but when Y-Values are in range of +/-10.000 (1E4) to 1E8 this function works very slow or even hangs.
What can I do to display data in this range?
Kind regards, Andre