Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to make the 3D graph pan and zoom, but not rotate?

I am using the graph only to display a projection and I don't want the user to see the amplitude of the signal in the 3rd dimension. This is why I want to disable rotating, but still allow for zooming and panning. As far as I can tell the TrackMode property only allows one to set zooming, panning and rotating either all on or all off. Any suggestions to get around this?
0 Kudos
Message 1 of 2
(3,131 Views)
You will need to set the view in the rotate event using the ViewLatitude and the ViewLongitude properties of the graph, so that if the user tries to rotate ( even by accident), the graph goes back to looking the way it was.

I hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(3,131 Views)