Jump to content
Software FX Community

Using Export API in Javascript


User (Legacy)

Recommended Posts

I want to Export method, an method of Chart class.

I want to export user modified chart to any format. But in case of using

Export method in Server script, because the chart is initialized I can't

export modified chart.

In case of using Export method in java script, the code,

document.all.item('Chart1').Export(SoftwareFX.ChartFX.Internet.Server.FileFo

rmat.XML,"c:\\down\\charttext.xml");,

is error because I can't use SoftwareFX.ChartFX.Internet.Server.FileFormat

in javascript

Is any method to save modified chart using javascript or not using

javascript?

I want your reply. Thank you.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...