MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setExpandOnIncoming Method

See Also
 





Sets a value indicating the link direction in which tree branches are expanded.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setExpandOnIncoming (value)

 Parameters

value

true if trees are expanded in the direction of incoming links; otherwise, false. The default is false.

 See Also