User (Legacy) Posted November 4, 2002 Report Share Posted November 4, 2002 Hi, Is there a plugin available for ChartFX which would enable the user to convert a chart to a Word/Excel document. I tried creating an image and pasting it into Word, but that reduces the picture quality on printing. Any ideas?? - Rich Link to comment Share on other sites More sharing options...
Software FX Posted November 5, 2002 Report Share Posted November 5, 2002 The chart can be exported as an OLE Component (also called Office Plug-in) through the toolbar. It can be done to the clipboard (copy-paste) or to a file (chart.Export(CHART_CFXOLEFILE,...) ) which can be later opened using "Insert OLE Object from File". -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
User (Legacy) Posted November 5, 2002 Author Report Share Posted November 5, 2002 If you want to do it in code here is the code that I wrote to handle both. In the Excel one I also export the data editor. I recommend the Excel export. If you have ever inserted an object in Word you will understand why. Daniel Reber Datamasters, Inc "Rich" <none@none.com> wrote in message news:HSkSmfFhCHA.392@webserver1.softwarefx.com... > Hi, > Is there a plugin available for ChartFX which would enable the user to > convert a chart to a Word/Excel document. > > I tried creating an image and pasting it into Word, but that reduces the > picture quality on printing. > Any ideas?? > - Rich > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 30, 2003 Author Report Share Posted January 30, 2003 Is there a way to do this in VC++? Thanks, Diana "Daniel Reber" <dreber@nospam.dminconline.com> wrote in message news:6uHfhcOhCHA.1748@webserver1.softwarefx.com... > If you want to do it in code here is the code that I wrote to handle both. > In the Excel one I also export the data editor. I recommend the Excel > export. If you have ever inserted an object in Word you will understand > why. > > Daniel Reber > Datamasters, Inc > > > "Rich" <none@none.com> wrote in message > news:HSkSmfFhCHA.392@webserver1.softwarefx.com... > > Hi, > > Is there a plugin available for ChartFX which would enable the user to > > convert a chart to a Word/Excel document. > > > > I tried creating an image and pasting it into Word, but that reduces the > > picture quality on printing. > > Any ideas?? > > - Rich > > > > > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.