LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Y-Axis for XY-Graphs

Hi, I'm programming an Labview application.
Is there a way to change the pointing direction of the Y-Axis of XY-Graphs? The default Y-Axis is pointing to North (pointing upwards), my application (a image simulator) needs the Y-Axis pointing to South (pointing downwards). Thanks!
0 Kudos
Message 1 of 3
(2,604 Views)
Hi Terp,

Right click a marker (you will get other/more options) of the X-Axis and you see an option "Swap Side". This will bring the X-Axis to the top or the Y-Axis pointing downwards.

Hope this will solve your problem!
Message 2 of 3
(2,604 Views)
> Hi, I'm programming an Labview application.
> Is there a way to change the pointing direction of the Y-Axis of
> XY-Graphs? The default Y-Axis is pointing to North (pointing upwards),
> my application (a image simulator) needs the Y-Axis pointing to South
> (pointing downwards). Thanks!

There is a property on the scales that will flip them, making the max
marker be located where the min marker is and vice versa. If you just
want to do this interactively, type the min into max or max into min the
the scale will flip and stay that way until you interactively or
programmatically flip it again.

Greg McKaskle
Message 3 of 3
(2,604 Views)