Moves the cursor by an offset x-axis units from the current cursor position.
MOVE(offset)
offset |
- |
A real. The distance to move in x-axis coordinates |
W1: gsin(100,.01)
move(5.0)
moves the cursor 5.0 x-axis units, so in this case the cursor moves 50 points.
MOVE positions the cursor by x-axis units whereas NMOVE positions the cursor by the data point index.