LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

moving the gauge scale with a control

I would like to know if it is possible to a moving sacle on a gauge.
0 Kudos
Message 1 of 2
(2,529 Views)
It is not entirey clear what you mean.

Is it possible that you want to adjust the scale range (min&max) programmatically? Simply create a property node of the gauge and write to the following properties:
Scale.Minimum
Scale.Maximum

(Of course you can also "move" the scale around on the front panel using properties such as "Scale.Left", etc., but this does not seem very useful).
0 Kudos
Message 2 of 2
(2,529 Views)