Page Layout

Hello,

We are migrating our chart from GoXAM to GoJS. in GoXAM Silverlight chart we had Page Layout with following options

Alternate,
LastParent,
Horizontal,
Vertical.

We need to implement same in GoJS, Please suggest on how to achieve this.

Thanks

Page Layout? Do you mean Tree Layout?

GoJS has a very similar TreeLayout with several of the same options, which can be viewed here: http://gojs.net/latest/samples/tLayout.html

It allows for Alternate/LastParent trees, and horinztal or vertical trees by setting the angle of the layout.

See also the TreeLayout API page for an explanation of each option: http://gojs.net/latest/api/symbols/TreeLayout.html