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).