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
 draw tool: suggestion for improvement

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
carsten Posted - 06/02/2008 : 12:56:50 PM
Origin Version (Select Help-->About Origin):
Operating System:

Given the x-scale is of type date. If a rectangle is drawn on top of this graph the scale options allow to scale this rectangle wrt to x- and y-axis. However, only decimal input is valid. Therefore it would be helpful to include the input format: date

Carsten
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 06/10/2008 : 3:37:45 PM
You can use script to position the center of a rectangle object:

rect.x = date(7/1/2008); // Center on July 1, 2008
rect.dx = 365; // Total width of 365 days
type $(RECT.X1,D0) to $(RECT.X2,D0);

Note that the accuracy of positioning objects is related to screen resolution so there is some error when working with large numbers like dates.


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