Returning the Object ID of a Connected Line in a Stacked Chart

You can use the getStackConnectLine()method to return 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