Y1TitleString

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

Syntax:

setY1TitleString("string");
string = getY1TitleString();

where:

string

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

Example:

setDepthAngle(0);
setY1TitleDisplay(true);
setLegendDisplay(false);
   setY1TitleString("Y1 AXIS");
setDepthRadius(0);

bar graph

setY1Titlestring("THIS IS THE Y1 AXIS TITLE");

bar graph

Note: If Y1LabelDisplay is set to false, the title string will not be drawn regardless of the Y1TitleDisplay or Y1Titlestring property.

See Y1LabelDisplay, Y1TitleDisplay.


WebFOCUS