Specifies graph orientation.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public enum MultipleGraphsPlacement |
Visual Basic Copy Code |
---|
Public Enum MultipleGraphsPlacement |
Member name | Description | |
---|---|---|
Horizontal |
Indicates that graphs should be placed in a row. |
|
HorizontalSortAscending |
Indicates that graphs should be placed in a row and sorted by the number of vertices they contain in an ascending order. |
|
HorizontalSortDescending |
Indicates that graphs should be placed in a row and sorted by the number of vertices they contain in a descending order. |
|
MinimalArea |
Indicates that graphs should be placed so that they cover minimal area. |
|
Vertical |
Indicates that graphs should be placed in a column. |
|
VerticalSortAscending |
Indicates that graphs should be placed in a column and sorted by the number of vertices they contain in an ascending order. |
|
VerticalSortDescending |
Indicates that graphs should be placed in a column and sorted by the number of vertices they contain in a descending order. |