StackedDataValueSum

When a stacked graph type is selected and data text is displayed with DataTextDisplay set to true, the value assigned to this property determines how data values are displayed.

Syntax:

setStackedDataValueSum(boolean);
boolean = getStackedDataValueSum();

where:

boolean

Can be one of the following:

true shows cumulative sums of riser segments. This value is the default.

false shows values reflecting individual segments of the risers.

Example:

setDataTextDisplay(true);
setDepthAngle(0);
setViewableSeries(4);
   setStackedDataValueSum(false);
setGraphType(18);
setViewableGroups(3);
setDepthRadius(0);

stock graph

setStackedDataValueSum(true);

stock graph

See DataTextDisplay.


WebFOCUS