X1MajorTickStyle

When major tick marks are drawn on the X-axis with X1MajorTickDisplay or setDisplay(getX1MajorTick(), true), this property defines the style of major tick marks.

Syntax:

setX1MajorTickStyle(value);
value = getX1MajorTickStyle ();

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.


WebFOCUS