Khadeer Report post Posted December 21, 2009 How to set the chart limits for Dual Y axis Setting MinValue and MaxValue Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted December 21, 2009 Hi Khadeer, Welcome to FusionCharts Forum. In case you wish to set the max and the min values for the primary axis of a Dual Y Combination chart, could you please try using the "PYAxisMaxValue" and "PYAxisMinValue" attribute in the <chart> element? In case you wish to specify the secondary Y axis values for the same, could you please try using the "SYAxisMaxValue" and "SYAxisMinValue" attributes in the <chart> element? Please refer to the link below for further details on the same:- Ref.- http://www.fusioncharts.com/docs?/ChartSS/Combi2DDY.html Hope this helps. Share this post Link to post Share on other sites
Khadeer Report post Posted December 22, 2009 Thanks Basundhara It works fine. Also I want to set the Intverval value for Dual Y Axis. For eg in Y axis i should get 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600 To acheive this i have given PYAxisMinValue='100' PYAxisMinValue='600' i get values from 100,200,300,400,500,600 Can you help these to get for Dual Y Axis chart. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted December 22, 2009 Hi Khadeer, Thanks for your appreciation. Could you please try using the "adjustDiv='0'" and the "numDivLines" attributes in the <chart> element? Ref.- http://www.fusioncharts.com/docs?/ChartSS/Combi2DDY.html Hope this helps. Share this post Link to post Share on other sites