Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Plot orbits Graph in VB6?

How to plot orbital plot in vb6? Which component (CWgraph or CWgraph3d ) suppose to use.Thanks.
0 Kudos
Message 1 of 3
(7,648 Views)

Hello,

I am not quite sure what is involved in an Orbital Plot, but you can make the decision about which graph to use based on the dimensions of the plot.  If it is a 2D object (x,y) then you would use the CWGraph, if its 3-dimensional (x,y,z) you want to use the CDGraph3D.  Then you can simply convert the formula or data into arrays and plot these point by point or using surfaces if necessary.  The examples that ship with Measurement Studio for VB6 should be helpful.

John B.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 3
(7,637 Views)

Thanks John,

       Attached picture of orbits graph that i want it. May be u have some ideal to plot it.Thanks. 

0 Kudos
Message 3 of 3
(7,581 Views)