MoveAxisTitles

This property enables or disables the movement of axis titles. The axis title is selected and dragged with the mouse. A title string must be defined and setTitleDisplay must be set to true.

Syntax:

setMoveAxisTitles(boolean);
boolean = getMoveAxisTitles();

where:

boolean

Can be one of the following:

true.

false. This is the default value.

Example:

setMoveAxisTitles(false);
setO1TitleString("O1AxisTitle");
setO1TitleDisplay(true);

3D bar graph

setMoveAxisTitles(true);
setO1TitleString("O1AxisTitle");
setO1TitleDisplay(true);

3D bar graph


WebFOCUS