X1LabelRotate

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

Syntax:

setX1LabelRotate(value);
value = getX1LabelRotate();

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

3 to rotate text 45 degrees.

Example:

setX1LabelRotate(1);
setMarkerSizeDefault(60);
setY1MajorGridDisplay(false);
setGraphType(61);
setX1LabelFormat(-1);
setY1AxisLineDisplay(false);
setX1LabelFormatPattern("%#.#");
setX1MajorGridDisplay(false);

scatter graph

setX1LabelRotate(1);

scatter graph

See X1LabelDisplay, X1LabelFormat, X1LabelStagger.


WebFOCUS