D
DIOS
I have built a very solid application for my department that embeds an
Excel workbook and displays its charts via an OLE object. Its worked
great for probably 10 years or so and it was built on VB6. I'm
currently porting all the algorithms to VB2005 and am currently
struggling to find a decent way to display the Excel charts. There is
no OLE object in .NET and the only thing I can think of is to save the
Excel chart as a graphic or PDF on the disk and then display that in a
container. It appears clunky to me and if I change some stuff on the
chart programmatically that means i would have to do the chart saves
every time.
Anyone have a suggestion or solution that i can take a look at for
this challenge?
AGP
Excel workbook and displays its charts via an OLE object. Its worked
great for probably 10 years or so and it was built on VB6. I'm
currently porting all the algorithms to VB2005 and am currently
struggling to find a decent way to display the Excel charts. There is
no OLE object in .NET and the only thing I can think of is to save the
Excel chart as a graphic or PDF on the disk and then display that in a
container. It appears clunky to me and if I change some stuff on the
chart programmatically that means i would have to do the chart saves
every time.
Anyone have a suggestion or solution that i can take a look at for
this challenge?
AGP