Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Drawing graph using auto-layout (Read 4703 times)
Skywalker
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 1
Joined: May 30th, 2013
Drawing graph using auto-layout
May 30th, 2013 at 1:18pm
Print Post  
Currently, I am testing the library for iOS platform and was wondering wether
its possible to build a graph nodes using auto layout instead of computing the positions for each node?


Thanks
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Drawing graph using auto-layout
Reply #1 - May 30th, 2013 at 1:30pm
Print Post  
Hi,

At this time the iOS library implements only a viewer for XML files saved by our desktop and server controls. The only auto-layout option is to run a layout algorithm on the server using our ASP.NET or ASP.NET MVC controls, call diagram.SaveToXml(), and download the file to the device to show the arranged graph.

You might also check this JavaScript library, it should run via web applications on iOS devices and contains a few built-in layout algorithms:
http://mindfusion.eu/jsdiagram.html

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint