473,499 Members | 1,725 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Draw a graph :(

Hi,

I need to programmatically draw a graph (his nodes and his edges) from
dynamic XML file. The graph is very complex and I don't know how I could do
this task. Any ideas please? Microsoft Sparkle?

Thanks in advance,
Vicente.

Aug 31 '07 #1
7 3409
Hi Vicente,

Buy a .NET native compoent that makes the graph you want and feed your data
in. There are some very exotic packages out there. Telling us what exact
graph you need to make may help here.

Alternately, see if there is a Flash .FLV that will do what you want and/or
program an FLV that will render the data in exactly the way you want. Using
Actionscript, flash can dynamically load and render structured data like
XML.

-KF

"Vicente García" <nu********@hotmail.comwrote in message
news:5D**********************************@microsof t.com...
Hi,

I need to programmatically draw a graph (his nodes and his edges) from
dynamic XML file. The graph is very complex and I don't know how I could
do this task. Any ideas please? Microsoft Sparkle?

Thanks in advance,
Vicente.
Aug 31 '07 #2
First, sorry for my English,

I have an XML with nodes (I can manipullate it). Also, the XML can
dinamically change then when an user click I must generate an graph with the
nodes and his edges. The edges and the nodes only contains a name and
perhaps a Web hyperlink, that is to say I only want to draw the nodes and
his relations with the others. I would prefer a free component or library
because my boss don't want buy anything :(

Many thanks,
Vicente.

"Ken Fine" <ke*****@newsgroup.nospamescribió en el mensaje de noticias
news:EB**********************************@microsof t.com...
Hi Vicente,

Buy a .NET native compoent that makes the graph you want and feed your
data in. There are some very exotic packages out there. Telling us what
exact graph you need to make may help here.

Alternately, see if there is a Flash .FLV that will do what you want
and/or program an FLV that will render the data in exactly the way you
want. Using Actionscript, flash can dynamically load and render structured
data like XML.

-KF

"Vicente García" <nu********@hotmail.comwrote in message
news:5D**********************************@microsof t.com...
>Hi,

I need to programmatically draw a graph (his nodes and his edges) from
dynamic XML file. The graph is very complex and I don't know how I could
do this task. Any ideas please? Microsoft Sparkle?

Thanks in advance,
Vicente.
Aug 31 '07 #3
Hello Vicente,

Silverlight saves u :)
as i understand u need the graphical container which will redrawn dynamically,
right?

I can generate the GDI images or for example SVG but it will be static.

I'd consider using Silverlight or flash

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
VGFirst, sorry for my English,
VG>
VGI have an XML with nodes (I can manipullate it). Also, the XML can
VGdinamically change then when an user click I must generate an graph
VGwith the nodes and his edges. The edges and the nodes only contains
VGa name and perhaps a Web hyperlink, that is to say I only want to
VGdraw the nodes and his relations with the others. I would prefer a
VGfree component or library because my boss don't want buy anything :(
VG>
VGMany thanks,
VGVicente.
VG"Ken Fine" <ke*****@newsgroup.nospamescribió en el mensaje de
VGnoticias news:EB**********************************@microsof t.com...
VG>
>Hi Vicente,

Buy a .NET native compoent that makes the graph you want and feed
your data in. There are some very exotic packages out there. Telling
us what exact graph you need to make may help here.

Alternately, see if there is a Flash .FLV that will do what you want
and/or program an FLV that will render the data in exactly the way
you want. Using Actionscript, flash can dynamically load and render
structured data like XML.

-KF

"Vicente GarcÃ*a" <nu********@hotmail.comwrote in message
news:5D**********************************@microso ft.com...
>>Hi,

I need to programmatically draw a graph (his nodes and his edges)
from dynamic XML file. The graph is very complex and I don't know
how I could do this task. Any ideas please? Microsoft Sparkle?

Thanks in advance,
Vicente.

Aug 31 '07 #4
OK. What does the graph itself need to look like?

-KF
"Vicente García" <nu********@hotmail.comwrote in message
news:34**********************************@microsof t.com...
First, sorry for my English,

I have an XML with nodes (I can manipullate it). Also, the XML can
dinamically change then when an user click I must generate an graph with
the nodes and his edges. The edges and the nodes only contains a name and
perhaps a Web hyperlink, that is to say I only want to draw the nodes and
his relations with the others. I would prefer a free component or library
because my boss don't want buy anything :(

Many thanks,
Vicente.

"Ken Fine" <ke*****@newsgroup.nospamescribió en el mensaje de noticias
news:EB**********************************@microsof t.com...
>Hi Vicente,

Buy a .NET native compoent that makes the graph you want and feed your
data in. There are some very exotic packages out there. Telling us what
exact graph you need to make may help here.

Alternately, see if there is a Flash .FLV that will do what you want
and/or program an FLV that will render the data in exactly the way you
want. Using Actionscript, flash can dynamically load and render
structured data like XML.

-KF

"Vicente García" <nu********@hotmail.comwrote in message
news:5D**********************************@microso ft.com...
>>Hi,

I need to programmatically draw a graph (his nodes and his edges) from
dynamic XML file. The graph is very complex and I don't know how I could
do this task. Any ideas please? Microsoft Sparkle?

Thanks in advance,
Vicente.
Aug 31 '07 #5

"Ken Fine" <ke*****@newsgroup.nospamescribió en el mensaje de noticias
news:eM**************@TK2MSFTNGP02.phx.gbl...
OK. What does the graph itself need to look like?

-KF
"Vicente García" <nu********@hotmail.comwrote in message
news:34**********************************@microsof t.com...
>First, sorry for my English,

I have an XML with nodes (I can manipullate it). Also, the XML can
dinamically change then when an user click I must generate an graph with
the nodes and his edges. The edges and the nodes only contains a name and
perhaps a Web hyperlink, that is to say I only want to draw the nodes and
his relations with the others. I would prefer a free component or library
because my boss don't want buy anything :(

Many thanks,
Vicente.

"Ken Fine" <ke*****@newsgroup.nospamescribió en el mensaje de noticias
news:EB**********************************@microso ft.com...
>>Hi Vicente,

Buy a .NET native compoent that makes the graph you want and feed your
data in. There are some very exotic packages out there. Telling us what
exact graph you need to make may help here.

Alternately, see if there is a Flash .FLV that will do what you want
and/or program an FLV that will render the data in exactly the way you
want. Using Actionscript, flash can dynamically load and render
structured data like XML.

-KF

"Vicente García" <nu********@hotmail.comwrote in message
news:5D**********************************@micros oft.com...
Hi,

I need to programmatically draw a graph (his nodes and his edges) from
dynamic XML file. The graph is very complex and I don't know how I
could do this task. Any ideas please? Microsoft Sparkle?

Thanks in advance,
Vicente.
Sep 1 '07 #6
Hi, It does not matter very much. Anything could help me. For instance the
nodes could be circles and the edges could be lines. I only need something
that can symbolize a graph.

Thanks again,
Regards,Vicente.

"Ken Fine" <ke*****@newsgroup.nospamescribió en el mensaje de noticias
news:eM**************@TK2MSFTNGP02.phx.gbl...
OK. What does the graph itself need to look like?

-KF
"Vicente García" <nu********@hotmail.comwrote in message
news:34**********************************@microsof t.com...
>First, sorry for my English,

I have an XML with nodes (I can manipullate it). Also, the XML can
dinamically change then when an user click I must generate an graph with
the nodes and his edges. The edges and the nodes only contains a name and
perhaps a Web hyperlink, that is to say I only want to draw the nodes and
his relations with the others. I would prefer a free component or library
because my boss don't want buy anything :(

Many thanks,
Vicente.

"Ken Fine" <ke*****@newsgroup.nospamescribió en el mensaje de noticias
news:EB**********************************@microso ft.com...
>>Hi Vicente,

Buy a .NET native compoent that makes the graph you want and feed your
data in. There are some very exotic packages out there. Telling us what
exact graph you need to make may help here.

Alternately, see if there is a Flash .FLV that will do what you want
and/or program an FLV that will render the data in exactly the way you
want. Using Actionscript, flash can dynamically load and render
structured data like XML.

-KF

"Vicente García" <nu********@hotmail.comwrote in message
news:5D**********************************@micros oft.com...
Hi,

I need to programmatically draw a graph (his nodes and his edges) from
dynamic XML file. The graph is very complex and I don't know how I
could do this task. Any ideas please? Microsoft Sparkle?

Thanks in advance,
Vicente.
Sep 1 '07 #7
Hi,
I am researching Silverlight and flash. For the moment I don't find anything
free that can help me but I will go on searching.
If I find I'll communicate it

Thanks,
Regards,
Vicente.

"Michael Nemtsev"; "MVP" <ne*****@msn.comescribió en el mensaje de
noticias news:3d*************************@msnews.microsoft. com...
Hello Vicente,

Silverlight saves u :)
as i understand u need the graphical container which will redrawn
dynamically, right?

I can generate the GDI images or for example SVG but it will be static.

I'd consider using Silverlight or flash

---
WBR, Michael Nemtsev [.NET/C# MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

VGFirst, sorry for my English,
VGVGI have an XML with nodes (I can manipullate it). Also, the XML can
VGdinamically change then when an user click I must generate an graph
VGwith the nodes and his edges. The edges and the nodes only contains
VGa name and perhaps a Web hyperlink, that is to say I only want to
VGdraw the nodes and his relations with the others. I would prefer a
VGfree component or library because my boss don't want buy anything :(
VGVGMany thanks,
VGVicente.
VG"Ken Fine" <ke*****@newsgroup.nospamescribió en el mensaje de
VGnoticias news:EB**********************************@microsof t.com...
VG>
>>Hi Vicente,

Buy a .NET native compoent that makes the graph you want and feed
your data in. There are some very exotic packages out there. Telling
us what exact graph you need to make may help here.

Alternately, see if there is a Flash .FLV that will do what you want
and/or program an FLV that will render the data in exactly the way
you want. Using Actionscript, flash can dynamically load and render
structured data like XML.

-KF

"Vicente GarcÃ*a" <nu********@hotmail.comwrote in message
news:5D**********************************@micros oft.com...

Hi,

I need to programmatically draw a graph (his nodes and his edges)
from dynamic XML file. The graph is very complex and I don't know
how I could do this task. Any ideas please? Microsoft Sparkle?

Thanks in advance,
Vicente.

Sep 1 '07 #8

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

Similar topics

1
4178
by: noise | last post by:
Hello, I have problem with drawing running graph. What I want to draw is: I have an object O which as a real number r associated with it. In the main() (in main class) i have a for loop which do...
11
14854
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,...
1
12699
by: balakrishnan.dinesh | last post by:
Hi frnds, Im creating function to plot line graph in javascript . I have marked the points in graph. but what i need to do is, i want to draw the line between those marked point, but i dont...
9
7067
by: balakrishnan.dinesh | last post by:
Hi frnds, I want to draw pie graph or line graph through javascript. Can anyone give me a sample code for these charts. Thank you Dinesh
2
3448
by: Lamis | last post by:
Hi, I want to draw a line graph in my C# form. it is in real time so the graph will constantly get new values. it should show one line for maximum value, one line for minimum value and a third for...
0
2694
by: suedasszyy | last post by:
Haiiii.... i'm new for VB.net. can someone help me to solve those question? is it possible to draw a graph such as Sin graph using console application? if not, how can i draw a graph...
4
9187
by: hastalavista | last post by:
HI I'm very new to C# and I've got a big project to do in C# for uni until july. I've been trying do draw lines in C# (arrows to be precise). I can draw them allright but once I minimize the...
1
4348
by: berry | last post by:
Hi all.. How to draw a line graph? My axis-x is the daily hour from 8am to 8pm. Can i use a XY mschart type to draw it? Or I must use a picture box to draw it? If with XY chart type, how to draw?...
3
6816
by: mistusen | last post by:
the nodes of the graph has got x and y coordinate.we'll have to draw a directed graph with the nodes in java.where can i find the source code or what is used to draw the graph?plz suggest.how can i...
0
7128
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7006
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7215
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6892
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7385
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5467
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4597
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3096
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
661
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.