O1TitleAutofit

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

Syntax:

setO1TitleAutofit(boolean); 
boolean = getO1TitleAutofit();

where:

boolean

Can be one of the following:

true automatically fits and sizes the O1-axis title string. This value is the default.

false does not automatically fit and size the title string.

Example:

setDepthRadius(0);
setLegendDisplay(false);
setO1TitleString("This is the O1/Group Axis");
setFontSize(getO1Title(),8);
setO1TitleDisplay(true);  setO1TitleAutofit(true);

bar graph

setO1TitleAutofit(false);

bar graph

See O1AxisSide, O1LabelDisplay, O1TitleDisplay, O1TitleString, setFontSizeVC().


WebFOCUS