Talk:Microsoft Automatic Graph Layout

From WikiProjectMed
Jump to navigation Jump to search

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) — Preceding unsigned comment added by 150.140.47.52 (talk) 12:57, 20 May 2015 (UTC)[reply]