O2LabelAutofit

This property automatically fits or sizes all text labels on the series (O2) axis.

Syntax:

setO2LabelAutofit(boolean);
boolean = getO2LabelAutofit();

where:

boolean

Can be one of the following:

true automatically fits or sizes labels on the O2-axis. The font size of these objects cannot be changed to a size that is larger than the relative location or size of the object and objects around it. This value is the default.

false does not automatically fit or size labels. The font size can be set to any value, allowing very large font sizes to overlap other objects in the graph.

Example:

setGraphType(0);  setO2LabelAutofit(true);
setAutoshading(false);

3D bar graph

setO2LabelAutofit(false);

3D bar graph

See O2LabelDisplay, O2LabelRotate, O2LabelWrap.


WebFOCUS