Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

display Charts on the website using ASP

Status
Not open for further replies.

icy111

Programmer
Dec 13, 2001
39
US
Hi,

does anyone know to convert the query into Charts example: Pie Charts, Line Graph, Bar Charts etc...using ASP?

Thanks

regards
icy111
 
one of the easiest ways to make a bar chart is to do simple math on the returns and then apply the numbers to a 'scale' that you make with a table, and images, where the scaled value of the returned value is either the width or height ( depending on which direction you want to go on displaying the graph direction) so that you have different length image bars, which are the same image with differnt size attribs.

other options are to use third party graph components that will generate output for you, one of which is MS office, that you can use the Excel graphing abilities to produce web output ( but this i do not know how to do )

hope the info helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top