O1LabelSkipBegin

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

Syntax:

setO1LabelSkipBegin(value);
value = getO1LabelSkipBegin();

where:

value

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

Example:

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

bar graph

setO1LabelSkipCount(1);  setO1LabelSkipBegin(0);

bar graph

See O2LabelAutoSkip, O2LabelSkipCount.


WebFOCUS