ReshapeEnable

This property enables or disables the ability of the user to move and resize title, subtitle, footnote, graph frame, and legend box objects in a graph.

Syntax:

setReshapeEnable(boolean);
boolean = getReshapeEnable();

where:

boolean

Can be one of the following:

true allows user to move or resize objects. This value is the default.

false does not allow user to move or resize objects.

Example:

setReshapeEnable(true);

3D bar graph

See ResizeBarMode, SelectionEnable, SelectionEnableMove.


WebFOCUS