jshaw Report post Posted February 15, 2010 (edited) I am building super custom PDF's on the fly. I am exporting each graph to the server(works), then building the PDF with those images, and some other text and tables. The problem I have is I need to rotate the axis' and plot so when I export the graphs look correct. I could do this using GD on the server side, but if I rotate the graphs then the title and axis' labels will be in the wrong orientation. I looked for a xml attribute to do this like: [ code ] [/ code ] but couldn't find one. Is there an attribute for this or how would I make this work? This seems like a fairly simple chart transformation. Edited February 15, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted February 16, 2010 Hi, Welcome to FusionCharts forum. I am afraid, FusionCharts does not support any functionality for the same. However, as a hack, please try setting the TOP MARGIN of the chart as '200' and the BOTTOM MARGIN as '160'. But in that case you would not be able to display any Caption, Sub-caption or Datalabels of the chart. Hope this helps. Share this post Link to post Share on other sites