LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i change the dimenson of a diagram using a property node

I want to change the dimension of a diagram during the vi is runing. The property node allows "read only". What can I do?
0 Kudos
Message 1 of 5
(3,129 Views)
Could you explain what you mean by "dimension of a diagram"? Arrays have dimensions and a diagram is the source code window that's not normally visible when running a program so I don't understand what you're asking for.
Message 2 of 5
(3,129 Views)
I mean the the size (high and width) of the diagram or a graph on the sreen. The user can choose to see one or more diagrams on sreen. So I want adapting the appearance of the diagrams and graphs.
0 Kudos
Message 3 of 5
(3,129 Views)
For a front panel (which is what I think you mean instead of diagram), you've got the properties Window Bounds and Origin that give you the ability to move it around and resize it. For a graph, use the Position and Bounds properties. Also, there's a lot of possibilites besides changing the size of front panel objects and the front panel itself. You could have the graphs display as pop-op subVIs and change the position of each subVI so that they tile on the screen or experiment with the visible property.
0 Kudos
Message 4 of 5
(3,129 Views)
Nico,

Thank you for contacting National Instruments. I attached a screen shot of one of the properties that Dennis is talking about, for further clarification. This is the property you can use to control the front panel size and position. Have a great day!

Liz Fausak
National Instruments
0 Kudos
Message 5 of 5
(3,129 Views)