O1LabelSkipCount

When O1LabelAutoSkip is set to manual (2), this property defines the label skip interval. Use O1LabelSkipBegin to define the first label to be omitted.

Syntax:

setO1LabelSkipCount(value);
value = getO1LabelSkipCount();

where:

value

Is any integer between 0 and the number of groups in the graph. 0 is the default value.

Example:

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

bar graph

setO1LabelSkipBegin(0);
setO1LabelSkipCount(2);

bar graph

See O1LabelAutoSkip, O1LabelSkipBegin.


WebFOCUS