Lemming Report post Posted October 12, 2007 Hi, I'm trying to do the following to alter the bottom labels of the chart, but it doesn't seem to work. var myChart = new FusionCharts("Line.swf", "1", "500", "300", "0", "0"); myChart.setDataURL("file.xml"); myChart.setAttribute("labelDisplay", "Rotate"); myChart.setAttribute("slantLabels", "1"); myChart.render("chartdiv${FusionChart.chartID}"); I've got the values for the setAttribute() function from the documentation, in as far as they are what would be used if I was using xml. I couldn't see any examples of how to use the setAttribute function in the documentation. Thanks Mark Share this post Link to post Share on other sites
Lemming Report post Posted October 19, 2007 Ignor this post, I've now found out I was doing it all wrong Share this post Link to post Share on other sites