getExceptionalRiser()

This method returns the object ID of an exceptional riser at series (s) and group (g).

Note: s and g are absolute series and group (not relative to the current viewable data range).

Syntax:

IdentObj getExceptionalRiser (int s, int g);

where:

s

Is a series number.

g

Is a group number.

Example:

setExceptionalRiser(2,1);
setDataValue(getExceptionalRiser(2,1),70);

3D bar graph

See getExceptionalRiser(), setExceptionalRiser(), setNoExceptionalRiser().


WebFOCUS