PlotLine
Plots a line segment in the image.
The PlotLine function Functions are tools that are available in Spreadsheet for processing and analyzing acquisitions or other results. You can add functions to your Spreadsheet job to create tool chains and produce results for specific applications. has the following syntax:
PlotLine(Image, X0, Y0, X1, Y1, Name, Color, Show, StartPointAdornment, EndPointAdornment)
See the table for a description of the available parameters:
| Parameter | Description | ||||||||
| Image |
Reference to a cell containing an Image structure. Default = $A$0. |
||||||||
|
Line |
Specifies the image coordinates of the Line to be plotted.
|
||||||||
|
Name |
Specifies a text label to display with the graphic on the image. |
||||||||
|
Color |
Specifies the color
of the plotted graphic. Default: 0x32CD32, LimeGreen; max: 0xFFFFFF. Configure different colors by providing the hexadecimal color code in the |
||||||||
|
Show |
Specifies the display mode for the graphic overlay on the image.
|
||||||||
|
Start Point Adornment |
Specifies the adornment for the starting point of the line.
|
||||||||
|
End Point Adornment |
Specifies the adornment for the ending point of the line.
|
||||||||
|
Returns |
A Plot data structure containing the graphic. |