getPieBarConnectLines()

This method returns the object ID of the lines that connect the bar to a series in a pie-bar graph (GraphType 93 or 94).

Syntax:

IdentObj getPieBarConnectLines();

Example:

setGraphType(93);
setLineWidth(getPieBarConnectLines(),10);

pie bar graph

See getPieBarConnectLineBottom(), getPieBarLabel().


WebFOCUS