interface label set

Allows setting-up of initial appearance parameters for the existing label on the dialog box.
Specification of a label for an axis is displayed near the axis, its placement depending on where the axis is placed. The label can be of unlimited length, but may not all fit on the plot if it's very long. If the string contains spaces, it must be enclosed in quotation marks.

Format:

 
interface label set
label_name =
an existing GI_label
color =
an existing color
rgb_color =
real

Example:

 
interface label set &
label_name =
.gui.dbox.lbl &
rgb_color =
0.3,0.4,0.1

Description:

 
Parameter
Value Type
Description
label _name
An Existing GI_label
Specifies the name of an existing label
color
An Existing Color
Specifies the color of the label
rgb_color
Real
Specifies the color of the label as real numbers

Extended Definition:

1. The label appearance can be changed by choosing label color as either available colors or entering the color code as real numbers, that is, rgb_color.
The ‘color’ specifies the COLOR of a graphic object. A graphic object is an object that may be drawn on the screen by Adams View, these include curves, parts, markers, arcs, outlines, boxes, circles, cylinders, frustums, spring damper graphics, force graphics, and plot curves and symbols. When the COLOR of a part is specified, all graphic objects fixed to that part are drawn with the COLOR of the part. Adams View supports the following COLOR: black, white, red, green, blue, cyan, magenta, and yellow.
 
Note:  
If you choose the COLOR of an entity to be drawn in the view background color (typically white or black...) it may not show up. See help for hardcopy also.
2. The RGB_COLOR is specified as reals ranGIng from 0,0,0 to 1,1,1