Y2LabelRotate

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

Syntax:

setY2LabelRotate(value);

where:

value

Can be one of the following:

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

1 rotates text 90 degrees (reads top to bottom)

2 rotates text 270 degrees (reads bottom to top)

Example:

setGraphType(21);  setY2LabelRotate(1);
setDepthAngle(0);
setLegendDisplay(false);
setDepthRadius(0);

bi-polar bar graph

setY2LabelRotate(2);

bi-polar bar graph

See Y2LabelDisplay, Y2LabelFormat.


WebFOCUS