AngelusXVIII Report post Posted December 11, 2009 I'm creating a Line chart, all from php code, using: $FC->setSwfPath("../../../FusionCharts/"); $params = "caption=Graph Name;xAxisName=X Labels;pYAxisName=Y Values;decimalPrecision=0;baseFontSize=8;animation=off;labelDisplay=ROTATE;"; $FC->setChartParams($params); the thing is, i need the xAxisNames at least in 90 Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 11, 2009 Hello, Could you please also set rotateLabels='1' ? Hope this helps. Share this post Link to post Share on other sites
AngelusXVIII Report post Posted December 12, 2009 I saw that on another topic. I tried that already, doesn't work either. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted December 14, 2009 Hi there, Could you please try using labelDisplay='ROTATE', along with Madhumita's suggestion of using rotateLabels='1'? Looking forward to your feedback on this. Share this post Link to post Share on other sites