08-21-2016 07:31 PM
08-21-2016 11:47 PM
I think this is not possible directly in LabVIEW. Maybe you could customize the control and doing some tricks you could reach what you want (rotating 90 degrees is like swapping X and Y axis, and you can also swap X-Y Graph data).
Another trick you could try is to convert the control into a picture, and displaying the rotated picture in a Picture control, but often the results are ugly if you go this way (no option for vector graphic)...
08-22-2016 12:25 AM
08-22-2016 12:26 AM
Hi,
I mentioned some ideas below. Hoping any one solution might help you...
1) Use XY graph and transpose X and Y.
2) Use Picture control version of XY chart and hack away (these are
included as example under chart and graphs)
3) Graph to a "off-screen" indicator and periodicly use an invoke node
to grab the image.