eric_lee Report post Posted May 6, 2016 hello , how can i set y-axis value to increase by 10 everytimes? for example. if i have yAxisMinValue:-20.9 i want to increase 10 unit such as -20.9,-10.9,-0.9,9.1,19.1 ....etc is any Scatter Chart Attributes that i can do this ? thank for helping Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted May 9, 2016 Hi, You can control the y-axis labels by the "numDivlines" attribute.You would also have to specify the max and min values. Please refer http://jsfiddle.net/fusioncharts/8Cwpt/ Doc: http://www.fusioncharts.com/dev/chart-attributes.html?chart=scatter Hope this helps. Thanks. Share this post Link to post Share on other sites