O1MinorTickCount

This property controls the number of minor tick marks to draw between major tick marks on the O1 axis.

Syntax:

setO1MinorTickCount(value);
value = getO1MinorTickCount();

where:

value

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

Example:

setDepthRadius(0);
setDepthAngle(0);
setGraphType(41);
setO1MajorGridDisplay(false);
setO1MajorTickDisplay(true);
setO1MinorTickDisplay(true);
setTickLength(getO1MajorTick(), 1000);
setBorderColor(getO1MajorTick(), new Color (255,0,0));  setO1MinorTickCount(2);
setO1MajorTickStyle(2);
setO1MinorTickStyle(1);

line graph


WebFOCUS