No, as long as the browser is capable of displaying html, you are fine.
Create the graph on the back end with the OWC and stream the gif file out to
the browser. The client requires nothing for that to work except for a
browser ofcourse.
A line graph is going to be more difficult than a bar graph, as you could do
a bar graph by simply rendering colored divs in a table (or not in a table,
using CSS). To do a line graph, you would either need to purchase a
third-party control to do this, or create one yourself using the
System.Drawing namespace.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
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.