Brian Maring Report post Posted November 4, 2009 Attached is my XML used with MSCombiDY2D.swf. I declare SYAxisMinValue='65' However, the chart displays a secondary y-axis with a minimum value of 0. Can you help me figure this out? 2YAXIS XML.txt Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 4, 2009 Hello, The SYAxisMinValue attribute was not working because there was no dataset defined pertaining to the Secondary y-axis. Thus if you want to display the SYAxisMinValue as '65' , a dataset pertaining to the secondary y-axis has to be defined. If you do not wish to show that particular dataset you can set alpha='0' in the <dataset> element . Hope this helps. Share this post Link to post Share on other sites
Brian Maring Report post Posted November 5, 2009 Is it possible to us MSCombiDY2D.swf and not display the 2nd axis at all? Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 5, 2009 Hello Brian, If you do not wish to display the y-axis values in the secondary axis, please set showSecondaryLimits='0' showDivLineSecondaryValue='0' in the <chart> element. Alternatively, if the secondary axis is not being used at all, you can consider using the MSColumn2D.swf. Hope this helps. Share this post Link to post Share on other sites