Creating Line Charts of SQLServer Data in ASP

V

vanisathish

Hi All,

Is there a way to draw charts from SQL Server Data using ASP.?Is it
possible to use the SQL Reporting Services using ASp
 
L

Larry Bud

Hi All,

Is there a way to draw charts from SQL Server Data using ASP.?Is it
possible to use the SQL Reporting Services using ASp

Displaying charts is not an ASP issue, it's a browser and display
issue.

The question is how do you want to do charts? Raw HTML using IMG tags,
or do you want to get fancier and use Flash?

If you're doing bar charts, that can easily be done in HTML using the
IMG tag. Just take the largest value you're plotting, and make that a
max # of pixels for the bar, say 500. Then everything is calculated as
a percentage of the largest value.

For anything else you really need to get a Flash component if you want
to display it in the browser. I use Fusion Charts. works great, lots
of different charts you can make.

http://www.infosoftglobal.com/FusionCharts/
 
R

Roland Hall

: Hi All,
:
: Is there a way to draw charts from SQL Server Data using ASP.?Is it
: possible to use the SQL Reporting Services using ASp

A simple chart, no components.
http://kiddanger.com/lab/ee/q_21472228.asp

Let me know if you need source.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
 
P

paul

I've got a free barchart ASP class (no components) downloadable from my
Web site at http://www.bullschmidt.com/barchart.asp to help turn data
stored in a table (or SQL statement) into a barchart.

To create a bar chart on a Web page you would include another Web page
called jpschart.asp:
<!--#include file="jpschart.asp"-->

Also you may want to check out the following:

Components: Graphics & Charts
http://www.aspin.com/home/components/graphics
Lists components.

IntrChart - Graphing and Charting the Internet
http://www.compsysaus.com.au/intrchart

Best regards,
J. Paul Schmidt, Freelance Web and Database Developer
http://www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
 

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,054
Latest member
TrimKetoBoost

Latest Threads

Top