Chart/Graph Component

J

JJ

Hi,

Can anyone reccommend a decent chart/graph component to use with asp 3 (Not
..net)

Many Thanks

JJ
 
M

Michael D. Kersey

JJ said:
Can anyone reccommend a decent chart/graph component to use with asp 3 (Not
.net)

If your users have fairly current browsers, a killer option is to use
Scalable Vector Graphics (SVG), now is a W3C recommendation. You build a
description of the chart/drawing with XML (just as you build a
description of an HTML page) and send it to the browser with the HTML.

SVG is easy to write, efficient and is great for drawings, charts, etc.
Currently a browser plugin must be installed. Such a plugin is similar
to the Flash plugin. SVG plugins are available for most new browsers.

The following article shows how to do SVG in ASP:
"Generating Scalable Vector Graphics (SVG) on the Fly"
By David Botterman
http://www.4guysfromrolla.com/webtech/091401-1.shtml
The article has links for downloading plugins.

See http://www.w3.org/Graphics/SVG/SVG-Implementations
for implementations of the SVG standard or to download various plugins.
Visit http://www.w3.org/TR/2000/CR-SVG-20000802/ to read about the W3C
SVG standard.

SVG: A Sure Bet by Paul Prescod
July 16, 2003http://www.xml.com/pub/a/2003/07/16/svg-prescod.html

Some more SVG articles at OReilley.com:
http://search.atomz.com/search/?sp-...sp-q=vector+graphics&sp-q-1=xml&search=search

Good Luck,
Michael D. Kersey
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top