DrawCompleteAreaRiser

This property controls the display of divider lines that serve as visual separators between each group in area charts. By default, the area chart is drawn as a complete area and the divider lines are not visible.

Syntax:

setDrawCompleteAreaRiser (boolean);boolean = getDrawCompleteAreaRiser ();

where:

boolean

Can be one of the following:

true disables divider lines. This value is the default.

false enables divider lines.

Example:

setDrawCompleteAreaRiser(true);

setDrawCompleteAreaRiser(false);


WebFOCUS