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
 Origin Forum
 axis editing

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
battiprolu Posted - 06/01/2011 : 3:03:36 PM
my axis range is 0 to 500 and it will be make like increment is 100 and in fist increment that is 0 to 100 increment should be 10 . so my axis should be 0,10,20,30,40,50,60,70,80,90,100,200,300,400,500
how to do please help me

pandu iit
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 06/01/2011 : 3:24:33 PM
You need to add a column to your worksheet with those values, then use the formal name of the column to assign to the LAYER.X.TICKSBYDATA property (if your version has it).

Plot your data
Open Script Window
Type
layer.x.ticksbydata$ = Book1_C
and press Enter.
Replace Book1_C with your dataset name.

This is easy in 8.5.1 since the Axis dialog has a checkbox on the Scale tab to use "Major Ticks From Dataset" and a drop-down to pick your dataset.

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