KvanTTT Report post Posted February 2, 2012 (edited) How to overcome the problem with horizontal lines value, as it is shown at attached image? I use Scatter Chart. Now there are vertical values starting from 1 with step 300 (1, 301, 601, etc.) But I need in initial value = 0 with step 300. Edited February 2, 2012 by KvanTTT Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 6, 2012 Hi Apologies for the delay. Please try setting the following attributes under the chart element. numDivLines , yAxisMinValue, yAxisMaxValue, adjustDiv='0' Ref. Code: <chart ... adjustDiv='0' yAxisMaxvalue='1000' yAxisMinValue='0' numDivLines='7'> Please note that, you would need to set the numDivLines attribute, according to the data you want to plot. For more information, please refer the following URL: http://docs.fusioncharts.com/charts/contents/?AttDesc/DivLines.html Hope this helps. Share this post Link to post Share on other sites