YPIXELS

Specifies the height of the addressable display area in pixels and in conjunction with YMAX determines the horizontal resolution for the device.
Used by: GOPTIONS statement, GDEVICE procedure, GDEVICE Detail window
Default: device-dependent
Restriction: Partially supported by Java and ActiveX
See: YMAX

Syntax

YPIXELS=height-in-pixels

Parameter Values

height-in-pixels
is a positive integer up to eight digits long (0...99999999).

Details

Note: This option overrides the OutputHeight style attribute in the graph styles. For more information about graph styles, refer to the TEMPLATE procedure documentation in SAS Output Delivery System: User's Guide.

See Also