ASP.NET Pack Programmer's Guide
MultipleGraphsPlacement Enumeration
See Also
 





Specifies placement of graph connected components relatively to each other.

Namespace: MindFusion.Graphs
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
MultipleGraphsPlacement = {}

 Members

  Member name Description

Horizontal

Value: 1. Indicates that subgraphs should be placed in a row.

Vertical

Value: 0. Indicates that subgraphs should be placed in a column.

 See Also

MindFusion.Graphs Namespace