O2TitleAutofit

This property enables or disables automatic fitting and sizing of the O2 axis title.

Syntax:

setO2TitleAutofit(boolean);
boolean = getO2TitleAutofit();

where:

boolean

Can be one of the following:

true automatically fits or sizes O2-Axis title string. This value is the default.

false does not automatically fit or size O2-Axis title string.

Example:

setO2TitleAutofit(true);
setO2TitleDisplay(true);
setO2LabelAutofit(true);
setFontSizeVC(getO2Title(),2782);
setFontStyle(getO2Title(),2);
setGraphType(0); 
setO2TitleString("Series/O2 Axis Title");

3D bar graph

setO2TitleAutofit(false);

3D bar graph

See O2LabelDisplay, O2TitleDisplay, O2TitleString, setFontSizeVC().


WebFOCUS