Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Time Data X-axis for Multiple Plot CWGraph (VB.net)

Hello -

I'm attempting to plot multiple plots against time using CWGraph in Visual Basic (.net). For each of these plots, I'm simply adding or removing them as items (referencing them by name), and passing data to them in 1D arrays.

I have setup CWGraph for multiple plots, and I can get the data displayed properly with one exception - the x-axis labelling of time. It works like a charm when I set the x-axis to simply be a static number (matching the size of the individual plot arrays), but if I attempt to set an actual time range (using the setminmax command) it seems to plot only only a single point for each plot while the x-axis scale updates ... but it tosses out all other points.

Any ideas on how to work
this out?

Thanks!

Brett
0 Kudos
Message 1 of 2
(6,100 Views)
I'm having trouble visualizing what you're trying to do and what's actually happening. Could you please post a small test program that reproducest this behavior? Also, just out of curiosity and since you're using VB.NET, is there a reason that you're using CWGraph through COM interop rather than using the Measurement Studio native Windows Forms .NET controls? Thanks.

- Elton
0 Kudos
Message 2 of 2
(6,100 Views)