O1TitleDisplay

This property determines whether or not the string of characters assigned to the O1TitleString property is displayed in the graph.

Note: The O1LabelDisplay property must also be set to true for the axis title to display.

Syntax:

setO1TitleDisplay(boolean); 
boolean = getO1TitleDisplay();

where:

boolean

Can be one of the following:

true draws O1-axis title.

false does not draw title. This value is the default.

Example:

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

bar graph

setO1TitleDisplay(false);

bar graph

Note: If O1LabelDisplay is false, the O1-axis title will not be drawn regardless of the O1TitleDisplay or O1TitleString properties.

See O1AxisSide, O1LabelDisplay, O1TitleString.


WebFOCUS