DADiSP Worksheet Functions > Function Categories > Annotation > DPTABS

 

DPTABS

Purpose:

Draws a point in the current Window at the indicated coordinates.

Syntax:

DPTABS(x, y, color, style)

x

-

A real. The X coordinate of the point.

y

-

A real. The Y coordinate of the point.

color

-

An integer. The color value. Defaults to the color of the primary series.

style

-

An integer. The point style parameter:

0:

Do not display point

1:

Display point (default)

Remarks:

The coordinates are in "absolute" or "world" coordinates, those of the data displayed in the Window. A style parameter of 0 is useful for anchoring a line drawing for DPTABS.

 

The function also relocates the cursor to the endpoint of the line.

 

Unlike LINECUR, this formula has no effect if executed when the Window is activated. It must be part of the Window formula to have an effect.

See Also:

DLNABS

LINEANN

LINECUR