LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically access Projection Palette in 3D Diagrams

Solved!
Go to solution

Hey everyone,

 

Im wondering if it is possible to programatically access the value of the "Projection Palette" of 3d Graphs.
I'm using a Waterfall Diagram to display FFT results in my Project and i'm trying to save all 4 graphs (X-Y, X-Z, Z-Y and Y-X-Z) with a single button.

 

Projection paletteProjection palette

 

I thought it would be easy to use a property node to cycle throught the different graphs and save them individually but with a single action.

Is there any way to implement such a feature? I could not find any property-node which let me access and control the displayed graph and therefore the pictures I want to save.

 

Thanks for your time and help.

0 Kudos
Message 1 of 2
(1,028 Views)
Solution
Accepted by topic author Euro-K

You can do it with a  property node.

In my version of LabVIEW in french I have something which can be translated as Grpah-> View Angle.

In one of my program I am using to allow user to change the viex displayed on the graph with custom buttons.

Message 2 of 2
(974 Views)