473,787 Members | 2,881 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1655
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******** *************@n ews.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******** *************@n ews.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
9639
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 a simple component that can put this on a simple line chart/graph? I'm hoping for a very simple solution in the area of a chart tag and the use of 2 arrays, 1 to hold the dates, 1 to hold the values.
3
2671
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 line-chart based on that data, for which purpose I need to create client-side component (this works also perfectly). PROBLEM: I cannot use the server-side array for drawing the chart. Here's the code shortly:
2
2831
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 Sum(qryCallsSummarizedByArbitraryYear.CallCount) AS SumOfCallCount SELECT qryCallsSummarizedByArbitraryYear.DateByYear FROM qryCallsSummarizedByArbitraryYear GROUP BY qryCallsSummarizedByArbitraryYear.DateByYear PIVOT qryCallsSummarizedByArbitraryYear.;
9
3094
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 Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Declare your object variables
1
1640
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 stock over that period. I want to give the user the functionality to draw a line on the graph (Straight line) representing what they consider the trend. All web based.. Any information would be of great help, I have already the component that does...
1
3171
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 query based on this temporary query. Is this the best way or is there another one more efficient? Is it possible in a runtime environment to change the format of an axis (by Week ---> by Month) or the chart controlsource on report opening?
4
1647
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
10433
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 including the jpgraph modules accordingly. I am able to create a gantt chart by hardcoding the datas but when I am trying to get the data from database then I am not able to get the chart it is showing errors. I think thre might be some problem in...
3
4709
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 need some guidance. Can someone point me in the right direction? 1/ What is the difference between MS Chart and MS Graph? 2/ Which is better to work with for Access 97?
0
9655
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9497
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10363
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10169
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7517
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6749
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5398
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5534
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4067
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.