LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get image (graph xy) without cursor&plot legend/graph palette/label

Solved!
Go to solution

Hi, I've got a problem with the "Get Image" invoke node for my xy graph.

First of all here is a screenshot of the result :

 

graph.jpg

 

As you can see, this is not only an image of the graph, but of the graph & all his "Visible Items". The only way I found to avoid it is to disable every items by right clicking on the graph before clicking on the "Save graph" button. Is there another way more convenient to do this ?

 

Thanks in advance


J.D.
French Labview beginner
N'oubliez pas de complimenter les bonnes réponses - Don't forget Kudos for good answers
0 Kudos
Message 1 of 4
(3,117 Views)
Solution
Accepted by topic author JDlabview

Hey,

 

you can use property node to pass false to these legend visible property under click event of "Save Graph"  ..

 

legend.JPG

 

And enable again as the process of save is done ...

 

Hope that should do

 

Regards

HS

Message 2 of 4
(3,107 Views)

H Sh wrote:

Hey,

 

you can use property node to pass false to these legend visible property under click event of "Save Graph"  ..

 

legend.JPG

 

And enable again as the process of save is done ...

 

Hope that should do

 

Regards

HS


... and if you notice flicker that is troublesome, use Fp.defer.updat to shut off screen updates proir to setting thos porperties.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 3 of 4
(3,103 Views)
thanks to both of you Smiley Wink

J.D.
French Labview beginner
N'oubliez pas de complimenter les bonnes réponses - Don't forget Kudos for good answers
0 Kudos
Message 4 of 4
(3,097 Views)