getStackConnectLine()

This method returns the object ID of a connected line in a stacked chart.

Syntax:

IdentObj getStackConnectLine();

Example

Using this method with setDisplay and setting the value to true connects the bars in a stacked bar chart with lines.

setDisplay(getStackConnectLine(), true);


WebFOCUS