
Contents |
Link several layers to a layer.
1.laylink igp:=graph1 destlayers:="2:0" XAxis:=1;
2.laylink igp:=Graph1 igl:=2 destlayers:=3 YAxis:=1 unit:=link;
3.laylink igp:=graph1 destlayers:=2:0 XAxis:=1;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input Graph | igp |
Input GraphPage | |
Specifies the graph to manipulate. |
| Link To | igl |
Input GraphLayer | |
Specifies the source layer, to which the destination layers will be linked to. |
| Layers to link | destlayers |
Input string | |
Specifies the destination layers, which will be linked to the source layer. Note: to specify multiple layers, use colon to separate the first layer and the last layer to be manipulated. For example, "1:3" means the first, second and the third layer. |
| X Axis Link | XAxis |
Input int | |
Specifies whether to link the X axes scales. |
| Y Axis Link | YAxis |
Input int | |
Specifies whether to link the Y axes scales. |
| Unit | unit |
Input int | |
Specifies the unit for the destination layers.
|
This X-Function can be used to link several graph layers to a source layer.