Y1MajorTickStyle

When major tick marks are enable on the Y1 axis with the Y1MajorTickDisplay property or setDisplay(getY1MajorTick(), true), this property sets the style of major tick marks on the Y1 axis.

Syntax:

setY1MajorTickStyle(value);
value = getY1MajorTickStyle ();

where:

value

Can be one of the following:

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

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


WebFOCUS