O2LabelSkipCount

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

Syntax:

setO2LabelSkipCount(value);
value = getO2LabelSkipCount();

where:

value

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

Example:

setTitleDisplay(false);
setSubtitleDisplay(false);
setFootnoteDisplay(false);
setGraphType(0);
setO2LabelSkipBegin(0);  setO2LabelSkipCount(1);
setO2LabelAutoSkip(2);

3D bar graph

See O1LabelAutoSkip, O1LabelSkipBegin.


WebFOCUS