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
 display data in bar chart

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
will99 Posted - 02/04/2009 : 2:44:06 PM
Origin Ver. and Service Release (Select Help-->About Origin): 8G SR4
Operating System: XP pro

Hi there,

somewhat simple question but it drives me crazy

how can I display the corresponding data on top of every bar in my chart? Any help is appreciated!

Thanks and regards

Will
1   L A T E S T    R E P L I E S    (Newest First)
cpyang Posted - 02/04/2009 : 6:12:32 PM
You have to add a new column next to your Y data and set it as Label type (L). You can right-click to choose Set As.

Then you can right-click on this (L) column and open Set Column Values dialog to put in the formula "col(B)", assuming that is what your Y column is. By default, Recalculate is set to Auto so this new column will always contain the same value as your Y column.

Then you can select both the Y and the L column to plot a column plot.

We will make this simpler in our next service release, you will be able to just do the following:

1. Select A(x)B(y) to make column plot
2. enter the following LabTalk code
layer -iL %C;


CP

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