If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Graph in ASP Page

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-08-05, 00:09
Pawar M M Pawar M M is offline
Registered User
 
Join Date: Mar 2005
Posts: 2
Graph in ASP Page

Hi Friends

i want to design graph in dynamic way so please any one have knowledge about same.

i have one option but tell me this is good one or not

create activex dll with passing parameter as per requirement and develop graph and store it as image. Display that image through HTML tag

Regards

Pawar M
Reply With Quote
  #2 (permalink)  
Old 03-08-05, 00:12
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
That is the most common way to do it. There are graphing tools out there all ready for you to use as well.
Reply With Quote
  #3 (permalink)  
Old 03-08-05, 05:19
Pawar M M Pawar M M is offline
Registered User
 
Join Date: Mar 2005
Posts: 2
hi

thanks

if possible tell me that graphic tools

Regards

Pawar M
Reply With Quote
  #4 (permalink)  
Old 03-09-05, 17:44
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
we used something called asp chart, but I can't seem to find it now... here's a link (untested) to bullschmidt's bar graph/chart class that might help...

http://www.bullschmidt.com/barchart.asp
Reply With Quote
  #5 (permalink)  
Old 03-09-05, 21:53
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
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"-->

And the trick for using the chart with a recordset is the same concept as writing data to an HTML table from a recordset and that is this - within your loop through the recordset you retrieve values such as objRS("Sales") and in this case write those values to the chart object instead of writing those values to the HTML table.

Also you may want to check out the following:

Components: Graphics & Charts
http://www.aspin.com/home/components/graphics
Lists components.
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On