Search found 1 match

by Phil
Wed Feb 08, 2012 2:11 pm
Forum: Java
Topic: Changing the minimum and maximum values of a Circular Gauge.
Replies: 1
Views: 5424

Changing the minimum and maximum values of a Circular Gauge.

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 : myGauge.getAxes().getLeft().setMaximum((double)10000); myGauge.getAxes().getLeft().setMinimum((double)0); to no success. Am I missing something crucial? Che...