Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
redspirit
Posted - 08/07/2014 : 06:17:15 AM Origin Ver. and Service Release (Select Help-->About Origin): 9.1.0 Operating System: w7 64 bit
Hallo everybody, I'am trying to change the tick labels properties such as font/fontsize/bold/hide option using Labtalk script. The only command I found is rotation:
layer.x.label.rotate = 45;
but I cannot get acsess to fsize/bond and others. E.g. layer.x.label.fsize = 50; or layer.x.label.show = 0; does not work Or maybe you know where to find a list of commands for all properties from AXIS DIALOG list
2 L A T E S T R E P L I E S (Newest First)
redspirit
Posted - 08/07/2014 : 2:36:06 PM Thank you very much, Zheng!