Software FX Posted January 14, 2005 Report Posted January 14, 2005 Export it to Excel and open it up in IE ? Can you please explain a little more what you want to achieve. You can certainly export the chart to an image and through OLE Automation insert this image into an Excel document. We also have an Office Control that allows you to include a "live" chart object inside an Office document. -- FP Software FX
User (Legacy) Posted January 14, 2005 Author Report Posted January 14, 2005 Hi, I wonder if there is a way to export a chart to excel stream or file and open it up in IE? thanks michael
User (Legacy) Posted January 14, 2005 Author Report Posted January 14, 2005 sorry for confusion, what I want is to export the value of a chart(not the properties of the chart) into a excel and open it up in IE, or I may put it this way: present the data in the chart in the form of excel. thanks "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:jmnM2fk%23EHA.1116@webserver3.softwarefx.com... > Export it to Excel and open it up in IE ? > > Can you please explain a little more what you want to achieve. You can > certainly export the chart to an image and through OLE Automation insert > this image into an Excel document. We also have an Office Control that > allows you to include a "live" chart object inside an Office document. > > -- > FP > Software FX > >
Software FX Posted January 15, 2005 Report Posted January 15, 2005 You can export the chart's data as text (tab-separated) which can be then easily imported into Excel either through OLE automation or through the UI. To export the chart's data as text do: chart.Export(FileFormat.Text, <stream or file>); -- FP Software FX
Recommended Posts
Archived
This topic is now archived and is closed to further replies.