getY1MajorTick()

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

Syntax:

IdentObj getY1MajorTick();

Example:

setDepthRadius(0);
setDepthAngle(0);
setY1MajorGridDisplay(false);
setY1MajorTickDisplay(true);
setTickLength(getY1MajorTick(), 1000);
setBorderColor(getY1MajorTick(), new Color (255,0,0));

bar graph


WebFOCUS