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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Color of grid lines in labtalk

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
NoMe02551 Posted - 09/14/2011 : 08:55:04 AM
Origin Ver. and Service Release (Select Help-->About Origin):8.5.0 SR1
Operating System: XP 32 SP3

Hi everybody,
I have problem with color of grid lines in labtalk.
this :

axis -ps X G 3;
axis -ps Y G 3;

its for draw both grid lines in graph but I dont know what I change color of this grid lines and change grid line type to e.g.dash.

Could someone help me please?

Thanks

Norbert
2   L A T E S T    R E P L I E S    (Newest First)
NoMe02551 Posted - 09/16/2011 : 01:59:21 AM
Lot of Thanks Thomsen, its running :)
thomsen01 Posted - 09/15/2011 : 03:00:43 AM
I hope this is what you are looking for.


layer.x.grid.majorcolor = color(red);	
layer.x.grid.majortype = 1;	//1 = solid, 2 = dash, 3 = dot,...
layer.x.grid.minorcolor = color(blue);
layer.x.grid.minortype = 2;	


For Y-axis just replace x with y

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000