WaterfallLastGroupTotal

This property makes the last riser in a Waterfall chart into a total that touches the x-axis.

Syntax:

setWaterfallLastGroupTotal(boolean);
boolean = getWaterfallLastGroupTotal();

where:

boolean

Can be one of the following:

true makes the last riser into a total touching the x-axis.

false does not make the last riser into a total. This value is the default.

Example:

With setWaterfallLastGroupTotal(false), all of the risers in the Waterfall chart are normal risers:

setWaterfallLastGroupTotal(false);

With setWaterfallLastGroupTotal(true), the last riser represents the total and touches the x-axis:

ssetWaterfallLastGroupTotal(true);


WebFOCUS