Jump to content
Software FX Community

writing chart to the page Response


User (Legacy)

Recommended Posts

in 6.2 i could do something like this to actually write the chart out to the 

Response:

Response.Clear()

chart1.GetHtmlData("100%", "100%", "Image")

Response.End()

i have been unable to find a way to do this in 7.0. i suspect

rendertostream would do it, however, been unable to figure out based on

existing documentation.

any advice?

thanks, rick..

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...