473,320 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

XY Graph Sample

I need to find a XY grpah sample to run in a asp.net web page
Does anyone know where I can find one

Thanks
Nov 18 '05 #1
6 2306
have you looked at what the OWC components have to offer? Graphs are part of
this package

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Carlos" <cp****@yahoo.com> wrote in message
news:eC**************@TK2MSFTNGP09.phx.gbl...
I need to find a XY grpah sample to run in a asp.net web page
Does anyone know where I can find one

Thanks

Nov 18 '05 #2
Yes but some of my user are apple and linux so I cant run OWC on their pcs

Carlos
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
have you looked at what the OWC components have to offer? Graphs are part of this package

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Carlos" <cp****@yahoo.com> wrote in message
news:eC**************@TK2MSFTNGP09.phx.gbl...
I need to find a XY grpah sample to run in a asp.net web page
Does anyone know where I can find one

Thanks


Nov 18 '05 #3
What kind of Graph? Bar Graph, Line Graph, etc.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Carlos" <cp****@yahoo.com> wrote in message
news:eC**************@TK2MSFTNGP09.phx.gbl...
I need to find a XY grpah sample to run in a asp.net web page
Does anyone know where I can find one

Thanks

Nov 18 '05 #4
No, as long as the browser is capable of displaying html, you are fine.
Create the graph on the back end with the OWC and stream the gif file out to
the browser. The client requires nothing for that to work except for a
browser ofcourse.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Carlos" <cp****@yahoo.com> wrote in message
news:uL**************@TK2MSFTNGP11.phx.gbl...
Yes but some of my user are apple and linux so I cant run OWC on their pcs

Carlos
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
have you looked at what the OWC components have to offer? Graphs are
part of
this package

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Carlos" <cp****@yahoo.com> wrote in message
news:eC**************@TK2MSFTNGP09.phx.gbl...
I need to find a XY grpah sample to run in a asp.net web page
Does anyone know where I can find one

Thanks



Nov 18 '05 #5
Just a simple XY line graph
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:Oc**************@TK2MSFTNGP12.phx.gbl...
What kind of Graph? Bar Graph, Line Graph, etc.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Carlos" <cp****@yahoo.com> wrote in message
news:eC**************@TK2MSFTNGP09.phx.gbl...
I need to find a XY grpah sample to run in a asp.net web page
Does anyone know where I can find one

Thanks


Nov 18 '05 #6
A line graph is going to be more difficult than a bar graph, as you could do
a bar graph by simply rendering colored divs in a table (or not in a table,
using CSS). To do a line graph, you would either need to purchase a
third-party control to do this, or create one yourself using the
System.Drawing namespace.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Carlos" <cp****@yahoo.com> wrote in message
news:#v**************@TK2MSFTNGP09.phx.gbl...
Just a simple XY line graph
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:Oc**************@TK2MSFTNGP12.phx.gbl...
What kind of Graph? Bar Graph, Line Graph, etc.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Carlos" <cp****@yahoo.com> wrote in message
news:eC**************@TK2MSFTNGP09.phx.gbl...
I need to find a XY grpah sample to run in a asp.net web page
Does anyone know where I can find one

Thanks



Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

25
by: Magnus Lie Hetland | last post by:
Is there any interest in a (hypothetical) standard graph API (with 'graph' meaning a network, consisting of nodes and edges)? Yes, we have the standard ways of implementing graphs through (e.g.)...
0
by: jrlen balane | last post by:
i'm going to use now the matplotlib in plotting a graph. i'm currently using python 2.3(enthought edition) on win 2000/xp. i'm using boa constructor on the GUI part. i am using an...
0
by: TeraNews | last post by:
I have a sample graph using GD::Graph::Lines, it's a simple X-Y line graph (www.bitmosphere.com/cgi-bin/graph.pl) I want to change the color of the graph border, and the tick lines (vertical and...
11
by: srinivas | last post by:
Hi all, I have one requirement.Is there any way to create a line graph using javascript.If it is please send me the sample code.But the thing is it should work in all browsers. Thanks,...
6
by: David W. Fenton | last post by:
Is MS Graph really completely useless in Access 97? I uninstalled and re-installed to get the Office 97 version of MS Graph, but I see no way whatsoever to insert dynamic data into the chart....
1
by: Zlatko Matiæ | last post by:
Hello. I have a MS Access front end/PostgreSQL back-end combination. There is a report with nested graph (linked master/child fields). I used saved pass-through queries for both Record Source of...
2
by: MLH | last post by:
A97 Am having difficulty displaying graph in Form View that I see fine in graph control on form opened in design view. I know I'm doing something wrong. If I open the form in design view - I...
5
by: flickimp | last post by:
Hi Please see the below code that is used within a web system to show a line graph. Currently, whatever value I have in column 1 is being shown as a line, and whatever is in column 2 is being...
3
by: The Frog | last post by:
Hi guys, I have never touched really on this area before with forms and reports, and now I would like to be able to incorporate some graphs / charts for a new little app I am building, and I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.