Y2TitleString

This property defines the Y2-axis title string. When a title string is assigned to this property, the Y2TitleDisplay property is automatically set to true.

Syntax:

setY2TitleString("string");
string = getY2TitleString();

where:

string

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

Example:

setGraphType(21);
setDepthAngle(0);
setY2TitleDisplay(true);
   setY2TitleString("Y2 AXIS");
setDepthRadius(0);

bi-polar bar graph

Note: If Y2LabelDisplay is set to false, the title string will not be drawn regardless of the Y2TitleDisplay or Y2Titlestring property.

See Y2LabelDisplay, Y2TitleDisplay.


WebFOCUS