06-02-2010 07:51 AM
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 :
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
Solved! Go to Solution.
06-02-2010 08:06 AM
Hey,
you can use property node to pass false to these legend visible property under click event of "Save Graph" ..
And enable again as the process of save is done ...
Hope that should do
Regards
HS
06-02-2010 08:10 AM
H Sh wrote:Hey,
you can use property node to pass false to these legend visible property under click event of "Save Graph" ..
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
06-02-2010 08:17 AM