Place

The Place property enables or disables the automatic graph layout manager. This functionality allows you to automatically set up 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:
  • This property is automatically set to false after the graph layout manager has been activated. If you want to use the graph layout manager when a container is resized, your container resize routine should include setPlace(true).
  • In most cases, setPlace(true) is all that is required for the graph layout manager to produce an acceptable graph layout. The setPlace...() methods can be used if setPlace(true) alone does not produce acceptable results.
  • In the current implementation, this property and the corresponding setPlace...() methods only work with O1-Axis labels and title and the legend area in horizontal and vertical bar, line, and area graphs. See the individual setPlace() methods for more detailed information.

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

WebFOCUS

Feedback