SizeToContainer

This property controls graph resizing.

Syntax:

setSizeToContainer(boolean);
 
boolean = getSizeToContainer();

where:

boolean

Can be one of the following:

true sets graph size to size of container. This value is the default.

false does not set graph size to size of container.


WebFOCUS