ASP can generate a chart (pie chart) ?

T

Tarek

hi,
May I want to know ASP or Javascript can generate a chart (pie chart) ?
or other method can do that?

I feel appreciate that anyone can help me ! ^^'
 
H

Hal Rosser

Tarek said:
hi,
May I want to know ASP or Javascript can generate a chart (pie chart) ?
or other method can do that?

I feel appreciate that anyone can help me ! ^^'

No. Not with classic ASP.
You might want to look into Java Applets.
 
T

Tarek

hi, Hal
thx for your help first, I have suggest 1 method ......
Can I use ASP platform export to EXCEL (maybe marco), generate a chart, then
transfer back to ASP, is it work?



"Hal Rosser" 來函:
 
M

middletree

I don't know about pie charts, but you can generate a bar graph rather
easily. Just have a smal solid-color image, and set the width or height to a
variable.

<%
intSample = '(whatever it takes to get this number)'
%>

<img src="red.gif" width="10" height="<%=intSample%>">
 
T

Tarek

thx! ^^

middletree said:
I don't know about pie charts, but you can generate a bar graph rather
easily. Just have a smal solid-color image, and set the width or height to a
variable.

<%
intSample = '(whatever it takes to get this number)'
%>

<img src="red.gif" width="10" height="<%=intSample%>">
 
C

Chris Hohmann

Tarek said:
hi,
May I want to know ASP or Javascript can generate a chart (pie chart) ?
or other method can do that?

I feel appreciate that anyone can help me ! ^^'

Here's a link with a number of different options:
http://www.4guysfromrolla.com/webtech/LearnMore/Graphing.asp

In particular, you should check out Office Web Components (OWC). I've always
felt that OWC doesn't get as much attention as it deserves, especially
considering that OWC in Office XP is a full fledged server-side graphing
engine suitable for web applications. You can even output directly to
streams such as the Response object.
 

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

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,831
Latest member
HealthSmartketoReviews

Latest Threads

Top