M
Mark Fitzpatrick
There are plenty of chart controls that are specifically for ASP.Net. You'll
have to create an asp.net page that simply serves the chart as a binary
stream (basically just dump it to the response object's output stream) and
make sure that there is no HTML emitted. Then you can reference this page
with the image tag just as if it was an image and the chart will be streamed
to the page. As for the chart control itself, there are lots of them. Check
out http://www.asp.net/ControlGallery/default.aspx?Category=1&tabindex=2 for
a list of some of the charting controls available.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
have to create an asp.net page that simply serves the chart as a binary
stream (basically just dump it to the response object's output stream) and
make sure that there is no HTML emitted. Then you can reference this page
with the image tag just as if it was an image and the chart will be streamed
to the page. As for the chart control itself, there are lots of them. Check
out http://www.asp.net/ControlGallery/default.aspx?Category=1&tabindex=2 for
a list of some of the charting controls available.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage