getX1MajorTick()

This method returns the object ID of the X1-axis major tick marks.

Syntax:

IdentObj getX1MajorTick();

Example:

setGraphType(61);
setDepthRadius(0);
setDepthAngle(0);
setX1MajorTickDisplay(true);
setTickLength(getX1MajorTick(), 2000);
setBorderColor(getX1MajorTick(), new Color (255,0,0));

scatter graph


WebFOCUS