LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control axes in 3D graph

Any ideas on how to change the x-y-z scale ranges on 3D graphs in
Labview 5.1? i.e. instead of having Labview automatically scale my
graphs, I'd like to set the range interactively so that, for instance,
the z range could be from zero to the maximum value instead of from the
minimum value to the maximum. I'd like to do it without inserting
artificial values in my data.

Jason
0 Kudos
Message 1 of 4
(2,984 Views)
Drop an ActiveX property nodes to get the Axes collection. Then drop an
ActiveX invoke node to get the third (Z) Axis object. Then drop an ActiveX
property node to change the Minimum property. See the attached VI.

--
Aaron Michalk
Software Engineer
National Instruments
(512) 683-8472



Jason Hiltner wrote:

> Any ideas on how to change the x-y-z scale ranges on 3D graphs in
> Labview 5.1? i.e. instead of having Labview automatically scale my
> graphs, I'd like to set the range interactively so that, for instance,
> the z range could be from zero to the maximum value instead of from the
> minimum value to the maximum. I'd like to do it without inserting
> artificial values in my data.
>
> Jason
0 Kudos
Message 2 of 4
(2,984 Views)
Hi,
 
Can any one please explain this procedure again to suit a newer version of LV 8.5? I tried to open the example vi but it didn't work.
 
Cheers,
Ahmed.
0 Kudos
Message 3 of 4
(2,670 Views)
Hi again,
 
I have just managed to do this using LV 8.5 and a sample code is attached for any one interested.
 
Thanks,
Ahmed.
0 Kudos
Message 4 of 4
(2,665 Views)