O1LabelAutoSkip

This property sets or disables label skip for labels on the O1 axis.

Syntax:

setO1LabelAutoSkip(value);
value = getO1LabelAutoSkip);

where:

value

Can be one of the following:

0 does not skip labels. 0 is the default value.

1 automatically omits labels at regular intervals when the graph size is reduced in order to maintain a reasonable, readable font size (8 point or larger).

2 sets manual skipping. Use the O1LabelSkipBegin property to define the first label to skip and O1LabelSkipCount to define the skip interval.

Example:

setO1LabelSkipBegin(1);
setO1LabelSkipCount(1);
setY1MajorGridDisplay(false);
setY1AxisLineDisplay(false);
setO1MajorGridDisplay(false);
setDepthRadius(0);  setO1LabelAutoSkip(2);

bar graph

See O1LabelSkipBegin, O1LabelSkipCount.


WebFOCUS