IgnoreGridSkip

When manual O1-axis label skipping is defined with the O1LabelAutoSkip, O1LabelSkipBegin, or O1LabelSkipCount property, this property enables or disables the O1-Axis grid lines (if present) to follow label skipping.

Syntax:

setIgnoreGridSkip(boolean);
boolean = setIgnoreGridSkip();

where:

boolean

Can be one of the following:

true does not adjust O1-axis grid lines to follow label skipping.

false adjusts O1-axis grid lines to follow label skipping set by O1LabelAutoSkip, O1LabelSkipBegin, and O1LabelSkipCount. This value is the default.

Example:

setDepthAngle(0);
setDepthRadius(0);
setFootnoteDisplay(false);
setSubtitleDisplay(false);
setO1LabelAutoSkip(2);
setO1LabelSkipBegin(0);
setO1LabelSkipCount(1);  setIgnoreGridSkip(false);
setTitleString("IgnoreGripSkip(false)");

bar  graph

setDepthAngle(0);
setDepthRadius(0);
setFootnoteDisplay(false);
setSubtitleDisplay(false);
setO1LabelAutoSkip(2);
setO1LabelSkipBegin(0);
setO1LabelSkipCount(1);  setIgnoreGridSkip(true);
setTitleString("IgnoreGripSkip(true)");

bar  graph

See O1LabelAutoSkip, O1LabelSkipBegin, O1LabelSkipCount.


WebFOCUS