getX1MinorTick()

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

Syntax:

IdentObj getX1MinorTick();

Example:

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

scatter graph


WebFOCUS