HiliteBarResize

This property enables or disables showing a riser's bar value when a bar is resized in a clustered bar graph.

Syntax:

setHiliteBarResize(boolean);
boolean = setHiliteBarResize();

where:

boolean

Can be one of the following:

true shows riser's bar value when a bar is resized using the option key. This value is the default.

false does not show riser's bar value.

Example:

setDepthRadius(0);
setDepthAngle(0);  setHiliteBarResize(true);

bar  graph


WebFOCUS