X1MinorGridStyle

This property controls the appearance of minor grid lines on the numeric X-axis of a graph. Grid lines can be small ticks at the base of the axis line or lines that extend to the height of the graph frame. Minor grid lines are normally set to a different style than major grid lines so that the user can distinguish between the two.

Syntax:

setX1MinorGridStyle(value); 
value = getX1MinorGridStyle();

where:

value

Can be one of the following:

0 for normal grid lines, height of frame. 0 is the default value.

1 for normal grid lines extending beyond the height of frame.

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.

Example:

setX1MinorGridStyle(2);
setGraphType(61);
setX1MinorGridDisplay(true);

scatter graph

setX1MinorGridStyle(3);

scatter graph

See X1MinorGridDisplay, X1MinorGridStep, X1MinorGridStepAuto, X1MajorGridStyle, X1MajorGridDisplay, getGridStyle(), setGridStyle().


WebFOCUS