Hello,
I'm trying to use the ActiveX component CWGraph3D in Visual Studio 2010 with Measurement Studio 2010.
My first try is to plot multiple curves by adding 10 plots programmatically (Graph3D.Plots.Add() ) and plot Curves (Graph3D.Plot3DCurve(xdata, ydata, zdata).
The fact is that the graph only show the last plot...
How can I independently manage the plots?
Is there any example of using this graph in C#?7
Thank you for your help.