473,811 Members | 2,771 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Diagram - Flow Chart type Component?

Are there any free diagramming components to build flow chart type graphs
for .NET - in particular one that works with ASP.NET?

If not, can anyone recommend one of the commerical components over another?
Northwood GoDiagram? SyncFusion? etc?

Thanks!

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #1
4 3202
Hi,
I'd check out Telerik's graphing component -
http://www.telerik.com/Default.aspx?PageId=1983

It isn't free - but it is absolutely top quality. Download the free trial
and have a look for yourself

Regards,

Nick Stansbury

"Lucas Tam" <RE********@rog ers.com> wrote in message
news:Xn******** *************** ****@140.99.99. 130...
Are there any free diagramming components to build flow chart type graphs
for .NET - in particular one that works with ASP.NET?

If not, can anyone recommend one of the commerical components over another? Northwood GoDiagram? SyncFusion? etc?

Thanks!

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

Nov 19 '05 #2
"Nick Stansbury" <ni************ @sage-removepartners. com> wrote in
news:uJ******** ******@TK2MSFTN GP09.phx.gbl:
I'd check out Telerik's graphing component -
http://www.telerik.com/Default.aspx?PageId=1983


R.A.D. chart doesn't support flow charts. I should have been more specific
though, I'm looking for a good recommendation on a component that can build
flow charts - like visio. Also the ability to add interactivity to the
charts (i.e. click on a node to expand it's properties).

Does anyone know of a free component? If not, any recommendations on the
commerical alternatives? GoDiagram looks good but is is pricy - is it
really worth that much money?

Someone in this group must have used these components : )

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #3
Is building your own solution using SVG out of the question?

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Lucas Tam" <RE********@rog ers.com> wrote in message
news:Xn******** *************** ****@140.99.99. 130...
"Nick Stansbury" <ni************ @sage-removepartners. com> wrote in
news:uJ******** ******@TK2MSFTN GP09.phx.gbl:
I'd check out Telerik's graphing component -
http://www.telerik.com/Default.aspx?PageId=1983

R.A.D. chart doesn't support flow charts. I should have been more specific
though, I'm looking for a good recommendation on a component that can

build flow charts - like visio. Also the ability to add interactivity to the
charts (i.e. click on a node to expand it's properties).

Does anyone know of a free component? If not, any recommendations on the
commerical alternatives? GoDiagram looks good but is is pricy - is it
really worth that much money?

Someone in this group must have used these components : )

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

Nov 19 '05 #4
"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in news:
#W************* *@tk2msftngp13. phx.gbl:
Is building your own solution using SVG out of the question?


Hmmm... that could work. But the logic to handle line drawing, arrangement
of objects, auto-layout, etc seem daunting. Do you have an example online?

Does SVG support click events? Can the SVG know where I clicked and
redirect to a new webpage or call some web function (i.e. similar to a
javascript enabled webpage or Macromedia Flash)?

Thanks!

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #5

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

Similar topics

8
5713
by: Prabhakar | last post by:
Friends, I have been migrating ASP applications from IIS4.0/NT4.0 to IIS5.0/W2K. All the applications working perfectly except one. This particular application will make use of asp chart object. Sub BuildGraph(rate(), name,color,chartHight,chartWidth)
4
3306
by: David Goldsmith | last post by:
Is there software that will take C++ source and generate from it a flow chart? Thanks! DG
1
3426
by: Sandy | last post by:
Is there a way to produce a data flow diagram from an MS Access 2002 (standard) database? In MS Access, I have a database that keeps track of all my jobs that run (e.g. job2 will run after job1 and job3 will run after job2), and each time I add a new job to the jobtable I would like to be able to just click on one button to generate a new flow diagram. Any help would be greatly appreciated.
1
1277
by: Maury | last post by:
Do you know some simple (free) component to draw diagram or flow chart on web pages? I tried Dundas Diagram but it is very expensive. Thank you ..:M:.
0
1710
by: jackonlyone | last post by:
E-XD++ MFC Library Enterprise Edition V9.50 is released (100% Source Code)! -------------------------------------------------------------------------------- Jan 1, 2005,HongKong,UCanCode Software announces it's market leading flow/diagram C++ source code kit - E-XD++ Enterprise Edition V9.50 with VS 2005 support among latest updates. HongKong,Jan 1, 2005--UCanCode Software, Inc. announced the release of E-XD++ Enterprise Edition...
7
9436
by: codepp | last post by:
Hello I need a way to create a flow chart for some code written in C. I need if there are a normalized way to create it like UML. Thanks in advance.
0
4973
by: pandit117 | last post by:
Hi I want to draw flowchart or UML diagram in Excel sheet using C# language in ASP.NET. It should be like when I run the application then the flow chart should be as a output in the Excel sheet as per my program. Can any one help me how to start. Thanx in advance .... Regards Somnath Pandit
3
3943
by: Marcus | last post by:
Hy! I use Visio 2002 to draw an ER-Diagram with round about 200 entities and 800 relationships between these entities. Little bit of horror, but I am on my way. My question is, is there a tool that can create an interactive website (with dhtml, ajax or something like that) from such a diagram? I want to click on an entity and then only want to see the relationships for this entity. Nothing else. Is there such a tool or do you know a...
0
1666
by: qwer | last post by:
Hi... I need to do a flow chart diagram using VB. As usual, I'm doing my car park system. So this is how it should look like: Upon arrival... 1) The user will see these messages - "Welcome to Paperless Car Park!" 2) "Before entering, please SMS your vehicle number to ..." (The ... is the SIM card in the GSM modem) 3) "Thank you. Your car plate number is ..." (The ... is the car plate number) 4) "Your IN time is __:__hrs"
0
9605
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10389
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10402
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10135
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6890
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5554
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4339
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3867
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.