Place

The Place property enables or disables the automatic graph layout manager. This functionality allows you to automatically setup the spacing of various elements of a graph. Prior to drawing a graph, certain methods may be set depending on what the automatic graph layout manager determines the optimum graph to be.

Syntax:

setPlace(boolean);
boolean = getPlace();

where:

boolean

Can be one of the following:

true enables automatic graph layout manager.

false disables automatic graph layout manager. This value is the default.

When setPlace (true) is used, you can use the following methods to further control automatic placement of graph elements:

Note:

See All get/setPlace... methods in Methods, and getPlaceVertO1LabelsTitle() and getPlaceHorzO1LabelsTitle() objects in Methods That Return an Object ID.


WebFOCUS