LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I change attributes of a POP-UP Graph?

I am using the Graph pop-up feature to display an array of data. This works fine and I can print just fine. However, I would like to set the scaling of that Y-popup graph to a fixed scale instead of an autoscale. How can I do that? I don't have a panel handle when I use a pop-up panel. Being able to add text to it would be great also.
0 Kudos
Message 1 of 2
(2,953 Views)
You can't. That popup provides a set functionality that can't be customized. Just create your own panel instead of the YGraphPopup and use InstallPopup and RemovePopup to make it behave as a popup window.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 2
(2,953 Views)