O1TitleString

This property defines the O1-axis title string displayed by the O1TitleDisplay property.

Syntax:

setO1TitleString(string);
string = getO1TitleString();

where:

string

Represents any printable characters. Null string is the default value.

Example:

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

bar graph

Note: The O1AxisSide property determines where the O1TitleString is drawn in graph. Also note that setting any string to O1TitleString will automatically set O1TitleDisplay to true.

See O1AxisSide, O1LabelDisplay, O1TitleDisplay.


WebFOCUS