Y1LabelStagger

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

Syntax:

setY1LabelStagger(boolean);
boolean = getY1LabelStagger();

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:

setY1LabelStagger(true);
setDepthAngle(0);
setLegendDisplay(false);
setDepthRadius(0);

bar graph

setY1LabelStagger(false);

bar graph

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

See Y1LabelAutofit, Y1LabelDisplay, Y1LabelFormat, Y1LabelRotate, getLabelStagger(), setLabelStagger().


WebFOCUS