getY1MinorTick()

This method returns the object ID of minor tick marks that may be drawn on the Y1 axis. These tick marks are enabled/disabled with the Y1MinorTickDisplay property.

Syntax:

IdentObj getY1MinorTick();

Example:

setDepthRadius(0);
setDepthAngle(0);
setY1MinorGridDisplay(false);
setY1MinorTickDisplay(true);
setTickLength(getY1MinorTick(), 1000);
setBorderColor(getY1MinorTick(), new Color (255,0,0));

bar graph


WebFOCUS