Y1TitleAutofit

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

Syntax:

setY1TitleAutofit(boolean);
boolean = getY1TitleAutofit();

where:

boolean

Can be one of the following:

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

false allows Y1-axis title to be any size.

Example:

setDepthAngle(0);
setY1TitleDisplay(true);
setLegendDisplay(false);
setY1TitleString("Y1 AXIS");
setFontSizeVC(getY1Title(),4000);  setY1TitleAutofit(false);
setDepthRadius(0);

bar graph

setY1TitleAutofit(true);

bar graph

See Y1TitleDisplay, Y1TitleString, getAutofit(), setAutofit().


WebFOCUS