Chart Streaming?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi.
I want to know if there is a way to get a chart on some excel worksheet and
stream it as a binary png or jpg picture to an asp page.
How can i do that?

Thanks,
Leokporto.
 
Hi,

Maybe have a look at the Export method of the chart.

Activechart.Export "mychart.jpg", "jpg"

Cheers
Andy
 
But the export method saves a picture on disk. Not all the users will have
the same chart picture. I want to pass the binary with the asp
response.writebinary method.
Can i do that?
 
I very much doubt it.
But the export method saves a picture on disk. Not all the users will have
the same chart picture. I want to pass the binary with the asp
response.writebinary method.
Can i do that?

:
 
Back
Top