Mansi Shah Report post Posted July 23, 2010 (edited) Hi, I am using MSLine chart. I need to change the value intervals on Y-Axis, as it creates chart by automatic values on Y-Axis. Or I can change the distance between the values so, the points do not mess up with each other. I can't change the height of the chart, it has been set to its maximum. Here is how it is looking. What should I do to avoid the mess up of different values? And there is another issue of X-Axis first and last values. Is that possible to make X-Axis values a bit far from the borders? As it hides the values, please see the image below. Edited July 23, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted July 23, 2010 Hi Mansi, Please try specifying the value for the attribute 'numdivlines' in the <chart> element and also set the value of the attribute 'adjustdiv' to '0'. Please note, in this case you need to mention the value for the attribute 'yaxisminvalue' and 'yaxismaxvalue' in the <chart> element. Ref.- http://www.fusioncharts.com/docs?/AttDesc/DivLines.html Hope this helps. Share this post Link to post Share on other sites
Mansi Shah Report post Posted July 26, 2010 Thanks for the reply. It helped a lot. But the second issue is still pending, that, how to make the x axis text away from axis, as it cuts the text. Share this post Link to post Share on other sites
Sanjukta Report post Posted July 26, 2010 Hi Mansi, You are welcome. Could you please try setting vaalues (in Pixels) for the attributes "chartLeftMargin" and "chartRightMargin" in the <chart> element to set the amount of empty space that you want to put on the sides of your chart? Hope this helps. Share this post Link to post Share on other sites