getO1MinorTick()

This method returns the object ID of minor tick marks on the primary ordinal (O1) axis. The tick marks are enabled with the O1MinorTickDisplay property.

Syntax:

IdentObj getO1MinorTick();

Example:

setO1MinorTickDisplay(true);
setTickLength(getO1MinorTick(), 1000);
setBorderColor(getO1MinorTick(), new Color(255,0,0));

bar graph


WebFOCUS