O2LabelWrap

This property controls whether header labels may have more than 1 line on a series (O2) axis.

Syntax:

setO2LabelWrap(boolean);
boolean = getO2LabelWrap();

where:

boolean

Can be one of the following:

true wraps labels on the O2-axis. The graphing engine looks for space characters in the label string and draws the label on multiple lines at space character boundaries.

false draws labels on a single line. This value is the default.

Example:

setO2LabelAutofit(false);
setFontSizeVC(getO2Label(),2086);
setGraphType(0);  setO2LabelWrap(true);

3D bar graph

Note: If a "\n" is encountered in the label string, the string is wrapped even if this property is disabled (setO2LabelWrap(false);).

See O2LabelAutofit, O2LabelDisplay, O2LabelRotate.


WebFOCUS