473,386 Members | 1,883 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Chart/Graph Component

JJ
Hi,

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

Many Thanks

JJ
Jul 19 '05 #1
3 1644
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:40*********************@news.dial.pipex.com.. .
Hi,

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

Many Thanks

JJ

Jul 19 '05 #2
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:40*********************@news.dial.pipex.com.. .
Hi,

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

Many Thanks

JJ

Jul 19 '05 #3
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
Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Frank | last post by:
I've written a jsp that retrieves data from a sybase table via the sql JSTL. Two colums of data are returned, date and value. Currently the data is placed in an HTML table. Does anyone know of...
3
by: Mick Turner | last post by:
I have connected to SQL Server database (server-side vbscript) and read some data from the tables. This works correctly. I now have the data in an array (server-side). I have to draw a...
2
by: mark | last post by:
I've got an 83-page report which contains an Microsoft Graph 8 Chart, but the report takes FOREVER to format, probably because the row source is a bit complex: TRANSFORM...
9
by: Patrick.O.Ige | last post by:
I have a code below and its a PIE & BAR CHART. The values now are all static but I want to be able to pull the values from a database. Can you guys give me some ideas to do this? Thanks ...
1
by: anthonyroche | last post by:
Does anyone know of a product that allows a user to draw a line on a chart? eg A historical stock tracker would have a line graph of say Aug 03 to Dec 03, which is a line graph representing a...
1
by: Saintor | last post by:
This is for A97 in runtime or MDE mode. My intent was to define a temporary query using the recordsetclone property / filter / orderby. The controlsource of my chart would be based on a grouped...
4
by: Erencan SAŠIROŠLU | last post by:
Hi All, I wonder that doesn't .NET has a chart control. I don't want to use ReportViewer. I look a chart control like Microsoft Chart Control in .NET. (Not COM Object)
5
by: Kuna | last post by:
Hi All, I am trying to create a gantt chart in php by getting data from database. I am using WindowsXp OS and having php-4 and my-sql DB. I have installed the JPGRAPH package to my system and...
3
by: The Frog | last post by:
Hi guys, I have never touched really on this area before with forms and reports, and now I would like to be able to incorporate some graphs / charts for a new little app I am building, and I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.