Gets or sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming
C# Copy Code |
---|
public MultipleGraphsPlacement MultipleGraphsPlacement { get; set; } |
Visual Basic Copy Code |
---|
Public Property MultipleGraphsPlacement As MultipleGraphsPlacement |
A member of the MultipleGraphsPlacement enumeration. The default value is Horizontal.
If the diagram contains several unconnected subgraphs, each of them is processed by the algorithm independently from the others. This property specifies how such subgraphs should be placed one relatively to another. The possible options are to arrange them in a row, in a column, or in such a way that the diagram covers a minimal area.