Changing the minimum and maximum values of a Circular Gauge.
Posted: Wed Feb 08, 2012 2:11 pm
Hi,
I'm trying to change the minimum and maximum values for at Circular Gauge component, and It seems not to work.
I have tried the following :
to no success.
Am I missing something crucial?
Cheers for any help.
Phil
I'm trying to change the minimum and maximum values for at Circular Gauge component, and It seems not to work.
I have tried the following :
Code: Select all
myGauge.getAxes().getLeft().setMaximum((double)10000);
myGauge.getAxes().getLeft().setMinimum((double)0);
Am I missing something crucial?
Cheers for any help.
Phil