T O P I C R E V I E W |
peter07 |
Posted - 08/03/2007 : 10:28:29 AM Origin Version (Select Help-->About Origin): 7.5G Operating System: WinXP
Hello,
in Origin there is an option to automatically scale the axis. For example I can set it to engineer and it automatically writes the axis in mili, micro, nano... and so on. How can I access this option for a graph in originC ?
Thank you
Peter |
1 L A T E S T R E P L I E S (Newest First) |
Mike Buess |
Posted - 08/03/2007 : 12:37:19 PM Hi Peter,
This will format the X axis labels. Use layer.y.labelSubtype to format the Y axis labels.
GraphLayer gl = Project.ActiveLayer(); gl.LT_execute("layer.x.labelSubtype=3"); // 1 = decimal, 2 = scientific, 3 = engineering (1K), and 4 = decimal (1,000).
Mike Buess Origin WebRing Member |
|
|