Arranges the diagram with the given layout.
Namespace: MindFusion.Diagramming
File: Diagram.js
SyntaxJavaScript
Copy Code
|
|---|
function arrange (layout) |
Object. The Layout algorithm to apply.
RemarksAvailable layout algorithms are SpringLayout, TreeLayout, BorderedTreeLayout, LayeredLayout, TreeMapLayout, FractalLayout, FlowchartLayout, TopologicalLayout, OrthogonalLayout, RadialTreeLayout, GridLayout.
See Also