getY2MajorTick()

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

Syntax:

IdentObj getY2MajorTick();

Example:

setDepthAngle(0);
setDepthRadius(0);
setY2MajorGridDisplay(false);
setY2MajorTickDisplay(true);
setTickLength(getY2MajorTick(), 1000);
setBorderColor(getY2MajorTick(), new Color (255,0,0));
setY1TitleString("Y1 Axis");
setY2TitleString("Y2 Axis");

bi-polar bar graph


WebFOCUS