PlotString

Plots a text string on the image.

Tip: After inserting the PlotString function into the spreadsheet, highlight the function's spreadsheet cell and use the Format Cells dialog to format the Font, Font Size and Font Style of the PlotString cell and the plotted text string.

PlotString Inputs

Syntax: PlotString(String,Point.Row,Point.Column,Color,Show)

Parameter Description

String

Specifies the text string to be plotted.

Point

Specifies the image coordinates of the string to be plotted.

Row

The row coordinate of the string.

Column

The column coordinate of the string.

Color

Specifies the color (Default = Green) of the plotted graphic.

Show

Specifies the display mode for the graphic overlay on the image.

0 = OFF

The graphic will be hidden, except when the cell containing the function is highlighted in the spreadsheet.

1 = ON (default)

The graphic will be displayed at all times.

PlotString Outputs

Returns

A Plot data structure containing the graphic.

For more information, see Image Functions, Graphics Functions, or Property Sheet