I have a gauge where the user can change the min max value of its tickset scale. I also have a method that randomly sets the gauge pointer. What I want is that if the value of the gauge pointer is less than its tickset minimum value I would the pointer to point to the area below its the minimum scale. This way I could tell the user that the value given is less than its scale or vice versa.
Thanks in advance!