Y2TitleAutofit

This property enables or disables automatic sizing of the Y2-axis title string.

Syntax:

setY2TitleAutofit(boolean);
boolean = getY2TitleAutofit();

where:

boolean

Can be one of the following:

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

false allows Y2-axis title to be any size.

Example:

setGraphType(21);
setDepthAngle(0);
setY2TitleDisplay(true);
setY2TitleString("Y2 AXIS");
setFontSizeVC(getY2Title(),2500);  setY2TitleAutofit(false);
setDepthRadius(0);

bi-polar bar graph

setY2TitleAutofit(true);

bi-polar bar graph

See Y2TitleDisplay, Y2TitleString, getAutofit(), setAutofit().


WebFOCUS