Chart Streaming?

L

LeoKPorto

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.
 
A

Andy Pope

Hi,

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

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

Cheers
Andy
 
L

LeoKPorto

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?
 
A

Andy Pope

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?

:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top