Draw Legend (Not in Base Package)

Takes a picture and adds a legend to the picture. The Radar Plot VI uses this VI as a subVI.

[user-specified font] is a cluster containing the specific font characteristics for the text you draw. This specification is ignored unless desired font is set to user-specified font.
Font Name selects the font to use for the string.
Size selects the size of the font in points.
Strikeout? If TRUE, text appears in strikeout.
Italic? If TRUE, text appears in italic.
Underline? If TRUE, text appears underlined.
Outline? If TRUE, text appears in outline.
Shadow? If TRUE, text appears in shadow.
Bold? If TRUE, text appears in bold.
desired font specifies the font for the text you draw.

0User-specified font
1Application font (default)
2System font
3Dialog font
picture in is the picture to which you want to add the legend. The default is an empty picture.
plot info specifies the name and color for each plot in the legend.
plot name is the name of the plot.
plot color is the color of the plot. The default is black.

You can wire a color box constant to this input.

fill? does not affect the legend and the VI ignores this value.
text color is the color of the text. The default is black. You can wire a color box constant to this input.
rect contains the absolute upper-left and lower-right coordinates that describe a rectangle bounding the legend.
left is the horizontal coordinate of the left edge of the rectangle.
top is the vertical coordinate of the top edge of the rectangle.
right is the horizontal coordinate of the right edge of the rectangle.
bottom is the vertical coordinate of the bottom edge of the rectangle.
picture out is the modified picture containing the legend.