O2TitleString

This property defines the O2-axis title string displayed by the O2TitleDisplay property.

Syntax:

setO2TitleString("string");
string = getO2TitleString();

where:

string

Represents any printable characters. Null string is the default.

Example:

setFootnoteDisplay(false);
setO2TitleDisplay(true);
setFontStyle(getO2Title(),2);
setGraphType(0);  setO2TitleString("Series/O2 Axis Title");

3D bar graph

Note: The O2AxisSide property determines where the O2TitleString is drawn in graph. Also note that setting any string to O2TitleString will automatically set O2TitleDisplay to true.

See O2LabelDisplay, O2TitleAutofit, O2TitleDisplay.


WebFOCUS