All information I have found to date talks about plotting multiple graphs each of which has the same set of x values. I am plotting 3 plots each of which has a different set of x values.
I have already tried this and I get an error message when it tries to execute the line of code that generates the second plot..."invalid index". Any thoughts?
I added a plot to the collection cwgraph1.plots.add and I was able to get by the index error but the 1st plot is cleared when the second one is plotted. How can I get the 3 plots on the graph at the same time?
Chris's example works fine. Is there any way we can add second X Axis? just like we do that for Y Axis. The reason to use that is I want to display two sets of data (They have different X values for two channels.) with their individual X scale in the entire plot area. Is it possible,chris? Thanks
No, currently only multiple Y Axis are supported. I'll relay your request to our developers. You could probably mimic a second axis with a slide control.