DADiSP Worksheet Functions > A - E > ARROWCUR
Invokes a freehand arrow drawing cursor in a Window.
|
color, style, target, match, focus, width, stem, base, head, x, y) |
|
color, style, target, match, focus, width, stem, base, head, x, y) |
color |
- |
Optional. An integer or macro color name (e.g. RED) specifying line color. Defaults to color of primary series. |
||||||||||
style |
- |
Optional. An integer specifying line style:
|
||||||||||
target |
- |
Optional. An integer specifying the spatial relationship of the arrow to the Window:
|
||||||||||
match |
- |
Optional. An integer that sets the line color to match the color of the selected overplot. Defaults to 1 (primary series). –1 implies use color parameter. |
||||||||||
focus |
- |
Optional. An integer specifying 1-based focus offset for PAPER annotations. |
||||||||||
width |
- |
Optional. An integer specifying the arrow line width in pixels. Defaults to 1. |
||||||||||
stem |
- |
Optional. An integer specifying the length of the arrowhead stem in pixels. Defaults to 1. |
||||||||||
base |
- |
Optional. An integer specifying the width of the arrowhead base in pixels. Defaults to 1. |
||||||||||
head |
- |
Optional. An integer specifying the location of the arrowhead:
|
||||||||||
|
- |
Optional. Real values specifying the starting coordinates. |
(x1, y1, x2, y2) = ARRROWCUR( ) returns the start and end coordinates of the resulting arrow line.
1..100;
arrowcur(-1, 3, 0, 2);
brings up a dotted crosshair cursor with the color of the second series (i.e. the first overplot).
1..100;
arrowcur(lred, 1, 0, 30.0, 40.0);
brings up a solid red crosshair cursor with the first anchor point at 30.0, 40.0.
ARROWCUR brings up a crosshair cursor in the middle of the Window unless a starting x and y location are specified.
To move the cursor use the mouse, the arrow keys, or use the CTRL arrow key combinations for higher speed. Pressing the mouse button, ".", or [Enter] will anchor the first line segment. After moving to a new spot, pressing [Enter] or clicking the mouse button again will draw the arrow line from the anchor to the current position.