
Contents |
Arrange the layers on the graph.
1. layarrange row:=2 col:=3 xgap:=15 ygap:=10;
2. layarrange igp:=graph2 row:=2 col:=2 left:=15 top:=10;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input Graph | igp |
Input GraphPage | |
Specifies the graph to manipulate. By default, the active graph is used as input. |
| Row | row |
Input int | |
Specifies the number of rows. |
| Col | col |
Input int | |
Specifies the number of columns. |
| X Gap | xgap |
Input int | |
Specifies the horizontal gap between two adjacent layers. |
| Y Gap | ygap |
Input int | |
Specifies the vertical gap between two adjacent layers. |
| Left Margin | left |
Input int | |
Specifies the left margin of the graph. |
| Right Margin | right |
Input int | |
Specifies the right margin of the graph. |
| Top Margin | top |
Input int | |
Specifies the top margin of the graph. |
| Bottom Margin | bottom |
Input int | |
Specifies the bottom margin of the graph. |
This X-Function can be used to arrange the graph layers into a grid.
For more examples, please refer to XF Script Dialog (press F11).