getLineRiser()

This method returns the object ID of risers in a line graph. Use the optional series numbers parameter to get the object ID of a riser for a particular series in a line graph.

Syntax:

IdentObj getLineRiser();
IdentObj getLineRiser (int s, int g);

where:

s

Is an optional series number.

g

Is an optional group number.

Example:

setDepthAngle(0);
setDepthRadius(0);
setGraphType(41);
setLineWidth(getLineRiser(1,3), 10);

line graph

See getLineMarker(), getLineRiserSide(), getLineRiserTop().


WebFOCUS