Y2LabelStagger

This property enables or disables staggered labels on the Y2-axis.

Syntax:

setY2LabelStagger(boolean);
boolean = getY2LabelStagger();

where:

boolean

Can be one of the following:

true staggers labels.

false draws labels on a single, even line. This value is the default.

Example:

setGraphType(21);  setY2LabelStagger(true);
setDepthAngle(0);
setLegendDisplay(false);
setDepthRadius(0);

bi-polar bar graph

setY2LabelStagger(false);

bi-polar bar graph

Note: This property is not supported in 3D graphs.

See Y2LabelDisplay, Y2LabelFormat, Y2LabelRotate, getLabelStagger(), setLabelStagger().


WebFOCUS