Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Chart/Graph Component

Reply
Thread Tools

Chart/Graph Component

 
 
JJ
Guest
Posts: n/a
 
      04-01-2004
Hi,

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

Many Thanks

JJ


 
Reply With Quote
 
 
 
 
Manohar Kamath [MVP]
Guest
Posts: n/a
 
      04-01-2004
www.dundas.com

You could also use Office charting:

http://support.microsoft.com/default...NoWebContent=1

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com


"JJ" <nospam> wrote in message
news:406c7a2a$0$256$.. .
> Hi,
>
> Can anyone reccommend a decent chart/graph component to use with asp 3

(Not
> .net)
>
> Many Thanks
>
> JJ
>
>



 
Reply With Quote
 
 
 
 
Aaron Bertrand [MVP]
Guest
Posts: n/a
 
      04-01-2004
I agree with Manohar, DundasChart is decent... however it is rather
expensive. For some other options see http://www.aspfaq.com/2170

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"JJ" <nospam> wrote in message
news:406c7a2a$0$256$.. .
> Hi,
>
> Can anyone reccommend a decent chart/graph component to use with asp 3
> (Not
> .net)
>
> Many Thanks
>
> JJ
>
>



 
Reply With Quote
 
Michael D. Kersey
Guest
Posts: n/a
 
      04-02-2004
JJ wrote:
> 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-a...&search=search

Good Luck,
Michael D. Kersey
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remoting Component --> Com+ Component: Karuppasamy ASP .Net 0 01-15-2004 10:21 AM
com+ component and Component Service Karuppasamy ASP .Net 1 01-14-2004 11:30 PM
com+ component and Component Service Karuppasamy ASP .Net 0 01-13-2004 06:09 PM
using client-side component keeps calling component's init Jim Hammond ASP .Net 1 11-12-2003 08:13 PM
Re: Calling a .NET component from a COM component remotely Soni ASP .Net 0 07-25-2003 04:33 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57