PlotString

Plots a text string on the image.

Note: After inserting the PlotString function into the spreadsheet, right-click on the function's spreadsheet cell and select Format and then Cells to open the Format Cells Dialog. Use the Graphics tab of the Format Cells dialog to format the Font and Font Size of the plotted text string. This is independent from the Font setting of the spreadsheet cell itself, which only affects the appearance of the cell in the Spreadsheet Editor.

PlotString Inputs

Parameter Description
Image Reference to a cell containing an Image structure. Default = $A$0.

String

Specifies the text string to be plotted.

Point

Specifies the image coordinates of the string to be plotted.

X

The X coordinate of the string.

Y

The Y coordinate of the string.

Color

Specifies the color of the plotted graphic. (Default: 0x32cd32, LimeGreen; Max: 0xffffff)

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.