05-25-2021 01:08 AM
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 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.
Solved! Go to Solution.
05-26-2021 02:20 AM
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.