Mike Buess
USA
3037 Posts |
Posted - 01/04/2005 : 08:06:29 AM
|
Hi Marryat,
There are two ways to do that from the script window.
1. Reverse the X axis direction without affecting the Y axis position in the graph window...
x=x1; x1=x2; x2=x;
2. Reverse the X direction and move the Y axis to the opposite side of the graph window...
layer.x.reverse=1;
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 01/04/2005 09:22:30 AM |
 |
|