Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

ROTATE



Specifies whether and how to rotate the graph.
Used in: GOPTIONS statement; GDEVICE procedure; GDEVICE Detail window
Restriction: not supported by Java or ActiveX

Syntax

Syntax

GOPTIONS: ROTATE=LANDSCAPE | PORTRAIT
GOPTIONS: ROTATE | NOROTATE
GDEVICE: ROTATE=LANDSCAPE | PORTRAIT

ROTATE | NOROTATE

specifies whether to rotate the graph 90 degrees from its default orientation.

ROTATE=LANDSCAPE

specifies landscape orientation (the graph is wider than it is high).

ROTATE=PORTRAIT

specifies portrait orientation (the graph is higher than it is wide).

If you do not specify a rotation, a default is searched for in this order:

  1. the ORIENTATION setting on an OPTIONS statement

  2. device-dependent default.

Previous Page | Next Page | Top of Page