Copy scale from one layer to another layer
1. laycopyscale igl:=1 dest:=2 axis:=1;
2. laycopyscale igp:=graph1 igl:=3 dest:=2;
Please refer to the page for additional option switches when accessing the x-function from script
Input
GraphPage
Specifies the graph to manipulate.
GraphLayer
Specifies the source layer.
string
Specifies the destination layer.
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.
laysetscale, laymanage, laylink