Posted
on Mar 28, 2011
(permalink)
I've played around with the control a little bit more and discovered that if I alter the RadialScale "Max" setting to 11 rather than 12 then it works perfectly. I guess this is due to the number of major ticks displayed on the guage.
If I change the RadialScale "Max" value to say 6 then the control doesn't automatically re-scale the guage ticks. Instead I get the following sequence around the gauge:
1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6.
** Notice how everything has doubled up ***
If we look back to my original question where I had a RadialScale "Max" value of 12, the following sequence is presented on the scale:
1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12
** Notice that "6" is missing. Hence the needle offset **
Is there a way to fix it so that the guage knows to alter the required scale rather than doubling up or missing out numbers?
Thank you,
Rob