O1MinorTickStyle

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

Syntax:

setO1MinorTickStyle(value);
value = getO1MinorTickStyle();

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.

For an example, see O1MinorTickCount.


WebFOCUS