Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Microsoft Automatic Graph Layout

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 11 years ago by 150.140.47.52 in topic Playground

License

[edit]

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

Silverlight

[edit]

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

[edit]

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

[edit]

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