Jump to content

Talk:Microsoft Automatic Graph Layout

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 150.140.47.52 (talk) at 12:57, 20 May 2015 (Playground: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing: Software Start‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Software.

License

Microsoft says MSAGL is available as open source at Github... --Eike sauer (talk) 08:41, 11 March 2015 (UTC)[reply]

Silverlight

I see in the sourcecode at GitHub that they also have a Silverlight version — Preceding unsigned comment added by 188.4.205.181 (talk) 12:46, 20 May 2015 (UTC)[reply]

WPF

there is a WPF sample at https://github.com/Microsoft/automatic-graph-layout/blob/master/GraphLayout/Samples/WpfApplicationSample/WpfApplicationSample.cs

guess it hosts the WinForms control in it (WPF supports that) — Preceding unsigned comment added by 150.140.47.52 (talk) 12:55, 20 May 2015 (UTC)[reply]

Playground

copying info that I've also added to the MSAGL forum: https://social.msdn.microsoft.com/Forums/en-US/9d3a85c7-25f1-4ef7-8f52-0c87e7e4e8d9/microsoft-automatic-graph-layout-msagl?forum=automaticgraphlayout


Can also play with AGL at rise4fun.com/Agl and see graphs from others there at http://rise4fun.com/rest/samples/rss/Agl maybe that is a simple option for testing and brainstorming, but you only enter the graph in text form there and the labels you use for nodes are used as IDs in that text syntax, so I guess you can't have a node with the same label (say House) at two places in the graph. Seems you can also use labels for edges of the graph too (for the links), using the syntax shown at rise4fun.com/Agl/fsm (press PLAY button there and then scroll down to see what graph is generated)