Y1LabelRotate

This property can be used to rotate labels on the Y1-axis.

Syntax:

setY1LabelRotate(value);
value = getY1LabelRotate();

where:

value

Can be one of the following:

0 for no text rotation. 0 is the default value.

1 to rotate text 90 degrees (reads top to bottom).

2 to rotate text 270 degrees (reads bottom to top).

Example:

setY1LabelRotate(1);
setDepthAngle(0);
setLegendDisplay(false);
setDepthRadius(0);

bar graph

setY1LabelRotate(2);

bar graph

See Y1LabelDisplay, Y1LabelFormat, Y1LabelStagger.


WebFOCUS