Search
OrthogonalLayout Class
See Also
 





Implements orthogonal graph layout algorithm.Each link is drawn as a chain of alternating horizontal and vertical segments.Nodes are placed in a way that facilitates few links bends and crossings.

Namespace: MindFusion.Graphs
Package: OrthogonalLayout.js

 Syntax

JavaScript  Copy Code

// class
OrthogonalLayout.prototype = {}

 Inheritance Hierarchy

MindFusion.Graphs.Layout
    MindFusion.Graphs.OrthogonalLayout

 See Also