LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling of two different graph controls

 

Hi

 

I have a simple question. Is it possible that by means of a switch i can display two graph controls one at a time such that in one state of a switch i display one graph control and on the other state of a switch the other graph control is displayed on the same position of the Panel. I mean it replaces the previous graph control.

 

Thanks in advance

0 Kudos
Message 1 of 2
(2,555 Views)

While it is always possible to hide a control and make it visible with SetCtrlAttribute (..., ..., ATTR_VISIBLE, ...), you can also include in your panel a tab control putting the graphs on different pages of the control, so to let the user choose whether to display one or the other graph.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,552 Views)