FrameDisplay

This property enables or disables drawing of the graph frame.

Syntax:

setFrameDisplay(boolean);
boolean = getFrameDisplay();

where:

boolean

Can be one of the following:

true draws graph frame. This value is the default.

false does not draw graph frame.

Example:

setY1MajorGridDisplay(false);
setY1AxisLineDisplay(false);
setO1AxisLineDisplay(false);
setO1MajorGridDisplay(false);
setDepthRadius(0);  setFrameDisplay(false);

bar graph

setFrameDisplay(true);

bar graph


WebFOCUS