Specifies graph orientation.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public enum MultipleGraphsPlacement |
Visual Basic
![]() |
---|
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. |