I can set the exportFileName only once ?
suppose if my export component is
var myExportComponent = new FusionChartsExportObject("fcBatchExporter", "/flash/thirdparty/FusionCharts/FCExporter.swf");
then I can set exportFileName as
myExportComponent.exportFileName="somefilename";
How I can identify a specific file from a group of 5 files I exported ?
I am creating a customized PDF to add the exported files + some text data.
Also the Legends for the charts are not getting exported. Is there any way to export them ?
Can you please explain ?