LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Draw circle on canvas ( CVI 5.5)

I want to draw multiple circles on a canvas. Then I want to do polar plot. Any idea ?
0 Kudos
Message 1 of 2
(3,261 Views)
We don't have functions for polar plotting with exception to the functions in the smith chart examples (cvi\samples\apps\smithchart). You can do it yourself with primitive drawing. The CanvasDrawOval function can be used to draw ovals and circles.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 2
(3,261 Views)