davidoff Report post Posted March 15, 2007 I load since my file fla your code of the file: Col3DLineDY.xml who is: # # but the display of: PYAxisName and SYAxisName do not work (look my image joined please) , there is nothing, here is my actionscript code of my file fla: #include "com/fusioncharts/includes/LoadingFunctions.as" #include "com/fusioncharts/includes/AppMessages.as" //import com.fusioncharts.core.charts.MSColumn3DLineDYChart; import com.fusioncharts.core.charts.MSCombiDY2DChart; //----------------------------// var myXML:XML = new XML(); myXML.load("Col3DLineDY.xml"); myXML.onLoad = function() { renderChart(); }; function renderChart() { var c1:MovieClip = this.createEmptyMovieClip("Chart1", 1); var chart1:MSCombiDY2DChart = new MSCombiDY2DChart(c1, 1, 900, 400, 52.5, 170, false, "EN", "noScale"); chart1.setXMLData(myXML); chart1.render(); } I also tried with yAxisName, but that does not work either. PLease Help me Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 6, 2010 Only pYaxisName and sYaxisName works in Dual Y charts. Share this post Link to post Share on other sites