Search
GridLayout.arrange Method
See Also
 





Applies the layout to the specified graph.

Namespace: MindFusion.Graphs
File: GridLayout.js

 Syntax

JavaScript  Copy Code

function arrange (graph)

 Parameters

graph

Graph. The graph to arrange.

 Remarks

This method is called internally by Diagram.arrange.

 See Also