Thanks for your response, I have gone through the documentation in great detail and still can not find a resolution to my issue. The issue is that I'm using the Compact Mode of the client side Exporter and normally in this mode you have a button and a caption, but what I am wanting is just the button. However I'm trying to put this button in-line with another button on the page, however when the capture is initiated, there is some sort of padding or margin in the Flash exporter that pushes the button outside the limits of the flash movie thereby cutting the button off at the bottom. You can see the example in the attachment (circled in red).
Here are the parameters I'm using when initiating my export component:
var myExportComponent = new FusionChartsExportObject("fcExporter", "/FusionChartsv3/FCExporter.swf", { fullMode: '0', defaultExportFilename: 'MyCharts', defaultExportFormat: 'JPG', height: '20', width: '40', showMessage: '0', btnWidth: '40',btnHeight: '20', btnFontSize: '8' });
Basically I want the button to be 40X20, the same as the movie, but it doesn't adhere to this correctly.
Any Suggestions?
TIA -
Jason