Data bars don't print on OWC generated gif

R

russki

In a web app I am creating a chartspace server-side (in aspx);

Response.ContentType = "image/gif"

....create and oChartSpace...

Response.BinaryWrite(oChartSpace)

This displays fine, but when I print the page or the gif I just get the
axis - no bars

How do I get a printable image?

Thanks in advance

Russ
 

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