SelectionEnableMove

This property enables or disables a graph user's ability to select and move individual moveable objects (title, subtitle, footnote, graph frame, and legend box) in a graph.

Syntax:

setSelectionEnableMove(boolean);
boolean = getSelectionEnableMove();

where:

boolean

Can be one of the following:

true allows user to select and move objects. This value is the default.

false allows user to select but not move objects.

See SelectionEnable.


WebFOCUS