09-08-2008 10:02 AM
Hi,
I used the ChartXvsY function for the CWGraph control in VB6 to chart pressure versus time (ex Graph1.ChartXvsY Now, IonPressure)
What is the replacement for that in MS8.1?
Thanks
Curt
09-08-2008 11:54 AM
Hi Curt,
You would want to use the ScatterGraph.PlotXY method. Check out the Using the Measurement Studio Windows Forms Graph .NET
Controls help topic. Also check out the XYGraph shipping example found under UI\WindowsForms\Graph\XYGraph directory.
Best Regards,