PLabel Statement

Defines a label for a specified point.

Syntax
PLabel pointNumber, newLabel

Parameters

point
Specify the point number as an expression or numeric value.
newLabel
A string expression representing the label to use for the specified point data.

See Also
PDef Function, PDescription, PDescription$ Function, PLabel$ Function, PNumber Function

PLabel Statement Example

PLabel 1, "pick"