O2LabelSkipBegin

When O2LabelAutoSkip is set to two (manual), this property defines the first label on the O2-Axis to be omitted. Use the O2LabelSkipCount property to define the label skip interval.

Syntax:

setO2LabelSkipBegin(value);
value = getO2LabelSkipBegin();

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

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

3D bar graph

See O2LabelAutoSkip, O2LabelSkipCount.


WebFOCUS