Set axes scales for graph layers.
X-Function not designed for Auto GetN Dialog.
This feature is updated in 8.0 SR3. For more details, please refer to Release Notes.
1.laysetscale layer:=1 axis:=y from:=0 to:=1;
2.laysetscale igp:=Graph1 layer:="1:3" axis:=x from:=1 to:=10;
3.laysetscale igp:=Graph1 layer:=1:3 axis:=x from:=1 to:=10;
4.laysetscale igp:=Graph1 layer:=1:3 axis:=x from:=1 to:=100 inc:=1 type:=2;
Please refer to the page for additional option switches when accessing the x-function from script
Input
GraphPage
string
int
Option list:
double
This X-Function can be used to set the axes scales for several graph layers.
laymanage, laycopyscale