getO1MajorTick()

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

Syntax:

IdentObj getO1MajorTick();

Example:

setO1MajorTickDisplay(true);
setTickLength(getO1MajorTick(), 1000);
setBorderColor(getO1MajorTick(), new Color(255,0,0));

bar graph


WebFOCUS