Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Plot Amplitude and Degrees

Is there a simple way to plot this in a polar format ? Can't find an example

 

For i = 0 to 360 ' degrees 

 

 myAmplitude = 10 

 

next 

0 Kudos
Message 1 of 3
(3,697 Views)

Scott,

 

Out of the box there isn't an easy way to do this as Measurement Studio does not built in controls for polar plots. You could draw the image and save it to a canvas control to simulate this. Finally, take a look at this shipping example for a more in-depth look at drawing circles and radar graphs.

 

MStudioVS2005\DotNET\Examples\UI\WindowsForms\NumericPointer\CustomRadarStyle\

 

Regards,

 

Steven Zittrower

Applications Engineer

National Instruments

http://www.ni.com/support

0 Kudos
Message 2 of 3
(3,682 Views)

Cheers

 

Anything for a 3-D graph as well? 

 

Scott 

0 Kudos
Message 3 of 3
(3,655 Views)