X1TitleDisplay

This property enables or disables drawing of X-axis title string that is defined by the X1Titlestring property.

Syntax:

setX1TitleDisplay(boolean);
boolean = getX1TitleDisplay();

where:

boolean

Can be one of the following:

true draws X-axis title string defined by X1Titlestring.

false does not draw X-axis title. This value is the default.

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 X1TitleString.


WebFOCUS