04-15-2009 01:06 PM
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
04-16-2009 10:56 AM
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
04-22-2009 11:22 AM
Cheers
Anything for a 3-D graph as well?
Scott