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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Dual Line Graph with raw data...? 1

Status
Not open for further replies.

Cake

Programmer
Joined
Oct 22, 2000
Messages
12
Location
US
Hello,
I'm looking for something that will allow me to plot two sets of data on a dynamic line graph using ASP. Can anyone tell me if this is possible, and how I would achieve this? Maybe if anyone has an example or something... I'd really appreciate it. This graph will be generated from a plain ASCII text database.

Thanks.
 
i like to know that too!
My present solution is:
a) Use a bar chart where possible (that is something i can do with ASP)
b) dynamically create a HTML file with data and build the chart with a EasyCharts java-applet ((which BTW results in very nice graphs)

br
Gerard
(-:

| Do it!
|
V
 
Cool. I've seen the bar chart solution, but I'm trying to plot blood pressure -- Diastolic and Systolic vs. time. I'll have to check out the java solution. Thanks.
 
KavaCharts is one solution. I don't remember the name of the company, but you can do a search on KavaCharts.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top