Duresthar Posted December 4, 2009 Posted December 4, 2009 (edited) Hi, I'm looking to develop an application which basically takes information from a domain and then dynamically creates/edits a diagram. For example the main diagram may be a network diagram which displays users/groups which has access to a particular share, and also whatever sub folders inthat share they have access to. Then I would have other functions which could be accessed by clicking on the individual objects to bring up other diagrams etc. Are there any libraries available for C# which allow for creation of dynamic diagrams? Iv'e found a number of different diagram creating software such as Nevron Diagram for .NET http://www.vicman.net/getfree/Diagram-for-NET_27977s.html But iv'e struggled to identify if it's possible to create and edit diagrams within C#.Net and dynamically update them. Even if they only provide so much that I can add I imagine I could try and adapt and add my own functions. Other diagrams I may need to create dynamically may be a time line with text entries for particular points. Thanks! Edited December 4, 2009 by Duresthar
localzuk Posted March 21, 2010 Posted March 21, 2010 A bit of a late reply, but the library you linked would do exactly what you want. They have a simple example for a winforms app here: My First WinForm Diagram the only issue is that it isn't free as that link seems to make out. A single dev license is $589
offcut Posted August 14, 2011 Posted August 14, 2011 For a free diagramming tool for C# Google search the following: "xmindapi for c#"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now