Jump to content
Software FX Community

How to export the chart to an image into an Excel document directly?


User (Legacy)

Recommended Posts

You can do this talking to Excel by using OLE Automation. The following KB

article explains how:

Q1381089. Exporting a Chart To Microsoft Word Using Automation

The article can be found in ChartFX's client server support site, however

the ideas in this article (everything dealing with talking to Excel) remain

valid to use with Chart FX for .NET.

Notice that the sample code exports the chart as a binary file, to export a

picture simply change the format in the call to Export (at the beginning of

the code).

--

FP

Software FX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...