X1TitleString

This property can be used to define the title string for the X-axis in a graph. When a title string is assigned to this property, the X1TitleDisplay property is automatically set to true.

Syntax:

setX1TitleString("string");
string = getX1TitleString();

where:

string

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

Example:

setGraphType(61);  setX1TitleString("X1 AXIS TITLE");
setX1TitleDisplay(true);

scatter graph

Note: If the X1LabelDisplay property is set to false, the title string will not be drawn regardless of the X1TitleDisplay or X1Titlestring property.

See X1TitleDisplay.


WebFOCUS