X1TitleAutofit

This property enables or disables automatic fitting of the X-axis title that is defined by the X1Titlestring property and enabled for display by the X1TitleDisplay property.

Syntax:

setX1TitleAutofit(boolean);
boolean = getX1TitleAutofit();

where:

boolean

Can be one of the following:

true automatically fits or sizes X-axis title string. This value is the default.

false allows X-axis title string to be any size.

Example:

setGraphType(61);
setX1TitleString("X1 AXIS TITLE");
setX1TitleDisplay(true);
setFontSizeVC(getX1Title(), 3000); 
setX1TitleAutofit(false);

scatter graph

setX1TitleAutofit(true);

scatter graph

See X1TitleDisplay and X1TitleString.


WebFOCUS