kywolf Report post Posted January 28, 2014 How can I hide the pointer on a linear gauge? Also, how can I indent the pointer value so that it is to the left of the pointer instead of middle? Is it possible to do a horizontal thermometer gauge? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted January 29, 2014 Hello, You can hide the pointer just by setting the 'radius' attribute to '0' under the <pointer> element. Ref. Code: <pointer ... radius='0'> Also, you can not adjust the position of pointer label. It will be symmetrical to the pointer position. Hope this helps! Share this post Link to post Share on other sites
kywolf Report post Posted January 29, 2014 I put the radius='0' with the wrong tag. That does help. Thanks! Share this post Link to post Share on other sites