02-14-2014 03:38 AM
Hi,
how can i configure the wpf graph to show the custom scaled analogwaveform instead of the raw data?
When using myAnalogWaveForm.GetScaledData i see the data to plot. But the graph is plotting the rawdata.
For the windows.form graph i have found "AnalogWaveformPlotOptions" but i cannot find any equal for the wpf graph.
Best regards,
Stephan
02-14-2014 11:06 AM
Unfortunately, there is no equivalent to the AnalogWaveformPlotOptions class available in the current release of the Measurement Studio WPF controls. I have created a task to address this missing functionality.
The simplest workaround would be to pass the result of GetScaledData to the graph, instead of the source waveform. If you also need to display timing information, you could create a new wavefrom for the graph with FromArray1D and copy the timing information over.