| 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.
|
|
|