rrhandle Report post Posted July 16, 2009 I have an Angular Gauge that runs from 0 to 300. I would like tickmarks to show at each increment of 10 and major tickmarks to show at increments of 50, and have the values 50, 100, 150, 200 and 250 to print on the outside of the chart. For the live of me, I cannot figure out how to do this. Can someone help? Share this post Link to post Share on other sites
saptarshi Report post Posted July 18, 2009 Hello, Could you please use the following attributes in your chart element? lowerLimit='0' upperLimit='300' showTickValues='1' majorTMNumber='7' minorTMNumber='4' showTickValues='1' decimals='0' Hope this helps. Share this post Link to post Share on other sites
rrhandle Report post Posted July 20, 2009 Yes, that worked. Thank you. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 20, 2009 Great! Happy FusionCharting. Share this post Link to post Share on other sites