> 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