leva Report post Posted November 28, 2009 Hi Friends, I need to divide the Y axis in each 2 units but I don't know the max number of the chart. How can I divide the chart in each 2 units. for example: 0-2-4-6-8-... Thanks for your kind helps, Leva:) Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 29, 2009 Hi Leva, In FusionCharts you can explicitly specify the y-axis upper & lower limit values and also the number of divisional lines. In those cases, you need to disable automatic adjustment of divisional lines using adjustDiv='0'. Then you can specify the y-axis upper and lower limits using the yAxisMaxValue and yAxisMinValue attributes respectively. Also, the number of divisional lines can be specified using the numDivLines attribute. <chart ... adjustDiv='0' yAxisMaxvalue='100' yAxisMinValue='0' numDivLines='5'> Also, please take a look into the link below:- Ref.- http://www.fusioncharts.com/docs?/AttDesc/DivLines.html Hope this helps. Share this post Link to post Share on other sites