O1MajorTickStyle

This property controls the style of major tick marks that can be drawn on the primary ordinal (O1) axis with setO1MajorTickDisplay (true) .

Syntax:

setO1MajorTickStyle(value);
value = getO1MajorTickStyle();

where:

value

Can be one of the following:

0 for small tick marks from frame edge outward. This value is the default.

1 for small tick marks from frame edge outward.

2 for small tick marks from frame edge inward.

3 for small tick marks from frame edge outward.

4 for small tick marks span across the frame edge.

Also see O1MinorTickCount.


WebFOCUS