O1MinorGridCount

This property controls the number of minor grid lines between the major grid lines on the O1 axis.

Syntax:

setO1MinorGridCount(value);
value = getO1MinorGridCount();

where:

value

Is any integer between 1 and 50. 1 is the default value.

Example:

setDepthRadius(0);
setY1MajorGridDisplay(false);
setO1MajorGridStyle(4);
setO1MinorGridDisplay(true);
setLineWidth(getO1MinorGrid(),4);
setBorderColor(getO1MinorGrid(),new Color(255,0,0));  setO1MinorGridCount(2);

bar graph

setO1MinorGridCount(3);

bar graph

See O1MinorGridDisplay, O1MinorGridStyle, getGridCount(), setGridCount().


WebFOCUS