getHistogramRiser()

This method returns the object ID of the risers in a histogram graph.

Syntax:

IdentObj getHistogramRiser();

Example:

setFillColor(getHistogramRiser(), new Color(0,174,227));
setGraphType(85);

WebFOCUS