Search
RadialTreeLayout.direction Property
See Also
 





Gets or sets the orientation of the arranged graph.

Namespace: MindFusion.Graphs
File: RadialTreeLayout.js

 Syntax

JavaScript  Copy Code

get direction() {}
set direction(value) {}

 Property Value

LayoutDirection

A member of the LayoutDirection enumeration.

 Remarks

In radial layouts, the direction property specifies placement of first child node relatively to the root.

 See Also