X1MinorTickStyle

When minor tick marks are drawn on the X-axis with X1MinorTickDisplay or setDisplay(getX1MinorTick(), true), this property defines the style of minor tick marks.

Syntax:

setX1MinorTickStyle(value);
value = getX1MinorTickStyle ();

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