Y1MinorTickStyle

When minor tick marks are enable on the Y1 axis with the Y1MinorTickDisplay property or setDisplay(getY1MinorTick(), true), this property sets the style of minor tick marks on the Y1 axis.

Syntax:

setY1MinorTickStyle(value);
value = getY1MinorTickStyle ();

where:

value

Can be one of the following:

0 for small tick marks from frame edge outward

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 spanning across the frame edge. This value is the default.


WebFOCUS