The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 increase graph nos. in a panel graph
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

shyamigcar

India
37 Posts

Posted - 05/26/2013 :  2:06:15 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
In a panel graph, if 4 column and 1 row. I wanted to make it 5 column and 1 row in the same panel ie., one more panel needs to be added in the same panel window. Also I need to adjust the spacings so that 5 columns are added in the 4 column panel graph. This is to be done using the labtalk scripting.

greg

USA
1378 Posts

Posted - 05/28/2013 :  10:26:41 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
repeat $(5-page.nlayers) {layer -n;}
layarrange row:=1 col:=5 xgap:=5 ygap:=5 left:=15 right:=15 top:=15 bottom:=15;
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000