O2LabelRotate

This property selects an angle at which labels on the series (O2) axis are rotated.

Syntax:

setO2LabelRotate(value);
value = getO2LabelRotate();

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).

3 rotates text 45 degrees.

Example:

setGraphType(0);
setAutoshading(false);  setO2LabelRotate(1);

3D bar graph

setO2LabelRotate(2);

3D bar graph

See O2LabelAutofit, O2LabelDisplay, O2LabelWrap.


WebFOCUS