2.5.19 laycopyscale

Brief Information

Copy scale from one layer to another layer

Command Line Usage

1. laycopyscale igl:=1 dest:=2 axis:=1;

2. laycopyscale igp:=graph1 igl:=3 dest:=2;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input Graph igp

Input

GraphPage

<active>

Specifies the graph to manipulate.

Input Graph igl

Input

GraphLayer

Layer1

Specifies the source layer.

Destination Layer dest

Input

string

<unassigned>

Specifies the destination layer.

Axis axis

Input

int

0

Specifies the axis scale to copy. The default is All.

Description

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.

Related X-Functions

laysetscale, laymanage, laylink