Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple line graph

Does someone have code that includes a VB array, assignment to the array, and code to create multiple line graphs with different Y axis?
0 Kudos
Message 1 of 2
(7,142 Views)
Hi PC Programmer,
 
There is a great shipping example that can give you some insight on how to work with multiple Y axis with multiple plots. Locate this example at C:\Program Files\National Instruments\MeasurementStudio\VB\Samples\UI\Graph\Axes Advanced.  This example actually demonstrates how the CWGraph can add and manipulate axes during runtime. You can interact with this example by adding and removing plots and axes from the graph. You can then assign plots to an axis using the Assign Plot to Axis area. You can also edit the axes using the Edit Axis area by changing the ticks, labels, and minimum and maximum.
 
Hope this helps!
 
Best Regards,
 
Jonathan
Jonathan N.
National Instruments
0 Kudos
Message 2 of 2
(7,129 Views)