Pranali Report post Posted June 13, 2011 Hi, The showLimits attribute is not working. I need to display only the first and the last tick value. I have given the following specification for the other attributes: upperLimit="100.0" lowerLimit="0.0" gaugeOuterRadius="115.0" majorTMNumber="10.0" minorTMNumber="0.0" bgColor="#ffffff" showValue="0" showTickValues="0" showLimits="1" Could you please help me why the showLimits attribute doesn't seem to be working? Thanks! Share this post Link to post Share on other sites
Guest Angshu Report post Posted June 13, 2011 Hi, Welcome to FusionCharts Forum! Please try in the same by setting the attributes below inside the <chart> element: upperLimit="100.0" lowerLimit="0.0" gaugeOuterRadius="115.0" majorTMNumber="0" minorTMNumber="0" bgColor="#ffffff" showValue="0" showTickValues="1" showLimits="1" Hope this helps. Share this post Link to post Share on other sites
Pranali Report post Posted June 13, 2011 Hi, Thanks but actually i need to show the major tick marks. I need to divide the range into ten and display the ticks for them . For the First and the last tick mark though i need to display the value + the tick mark. For the intermediate i need only the ticks. I thought the showLimits attribute was to be used in a situation like this. Thanks. Share this post Link to post Share on other sites
Guest Angshu Report post Posted June 13, 2011 Hi, Thank you very much for your valuable feedback. Keep FusionCharting! Share this post Link to post Share on other sites