Y2MinorGridStyle

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

Syntax:

setY2MinorGridStyle(value);
value = getY2MinorGridStyle();

where:

value

Can be one of the following:

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

1 for normal grid lines extending beyond the height or width 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:

setGraphType(21);
setDepthAngle(0);
setY2MajorGridDisplay(false);
setY2MinorGridDisplay(true);
setLegendDisplay(false);  setY2MinorGridStyle(3);
setDepthRadius(0);

bi-polar bar graph

See Y2MinorGridDisplay, Y2MajorGridStyle, Y2MinorGridDisplay, getGridStyle(), setGridStyle().


WebFOCUS