This method returns the object ID riser in a bar graph. You may specify a series and group number to select a particular bar riser.
Syntax:
IdentObj getBarRiser();
IdentObj getBarRiser(int s, int g);
where:
Is a series number.
Is a group number.
Example:
setDepthRadius(0);
setDataValue(
getBarRiser(1,1),60);
setDataValue(
getBarRiser(1,2),65);
| WebFOCUS | |
|
Feedback |