
Contents |
Copy scale from one layer to another layer
1. laycopyscale igl:=1 dest:=2 axis:=1;
2. laycopyscale igp:=graph1 igl:=3 dest:=2;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input Graph | igp |
Input GraphPage | |
Specifies the graph to manipulate. |
| Input Graph | igl |
Input GraphLayer | |
Specifies the source layer. |
| Destination Layer | dest |
Input string | |
Specifies the destination layer. |
| Axis | axis |
Input int | |
Specifies the axis scale to copy. The default is All. |
This X-Function can be used to copy axes scales from one layer (the source layer) to another layer (the destination layer) in the same graph page.