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