Hi,
I need to send customized data when exporting chart. For example, there is an text area let the user input something. When exporting chart to Image/PDF, this text will be printed in the Image/PDF. How to send this text to server side when exporting chart? I know if the chart is rendered by javascript, I could modify the function exportChart to post any data to server side. But how to do it if it is rendered by flash?
thanks.