|
|
Specify
the threshold for allowing anti-aliasing.
|
ANTIALIASMAX= positive-integer
The default is 600 markers
and/or lines.
|
Specify whether graph
rendering uses anti-aliasing.
|
|
Specify whether to draw a border around
any graph.
|
|
Increase the maximum
number of discrete values that are allowed in a graph.
|
DISCRETEMAX= positive-integer
The default is 1000.
If your graph data contains more than 1000 discrete values, your graph
is not drawn and the following warning appears in the SAS log:
WARNING: plot-name statement has too many discrete
values. The plot will not be drawn.
In that case, use the
DISCRETEMAX= option to increase the maximum number of discrete values
that are allowed.
|
Specify the height of any graph.
|
Supported dimension
units include SPX (special pixels), PX (pixels), IN (inches), CM
(centimeters), and MM (millimeters). This option overrides the design
height specified by the template definition. The default unit is SPX.
It is recommended you always provide a unit such as PX, IN, CM, or
MM with the dimension value.
|
Specify
the image format used to generate image files.
|
OUTPUTFMT= STATIC | image-format
Supported formats include
PNG, GIF, JPEG, WMF, TIFF, PDF, EMF, PS, PCL, SVG, and others. The
keyword STATIC is the default, which means to automatically select
the best format, based on the output destination.
Note: The PDF, PS, EMF, and PCL
formats support images in the vector graphics format.
|
Specify whether data tips are generated.
|
|
Specify the base image filename.
|
IMAGENAME= " file-name" (no path information)
The default is to use
the invoking procedure name as the base name.
|
Control whether legend(s)
are drawn.
|
Specifies an integer
that is interpreted as the maximum percentage that a legend can occupy
in the overall graphics area. The default integer is 20.
|
Reset one or more ODS
GRAPHICS options to its default. RESET by itself is the same as RESET=ALL.
|
The option can be ALL, HEIGHT, WIDTH, INDEX, and
other options.
By default, each time
you run a procedure, new images are created and numbered incrementally
using a base name, such as SGRender, SGRender1, SGRender2, and so
on. RESET will reset to the base name without the increment number.
This is handy if you run a PROC several times and are interested only
in the images from the last run (the previous ones will be overwritten).
This option is positional, so it typically comes first.
|
Specify whether the content
of any graph is scaled proportionally.
|
|
Specify
whether the plot markers are to be scaled with the graph size.
|
SCALEMARKERS=YES | NO
| ON | OFF
The default is ON. The
scaling factor is based on the height of the graph cells and the height
of the graph.
|
Specify the maximum
number of distinct mouse-over areas allowed before data tips are disabled.
|
The default number is
500.
|
Specify the width of any graph.
|
Supported dimension
units include SPX (special pixels), PX (pixels), IN (inches), CM (centimeters),
and MM (millimeters). This option overrides the design width specified
by the template definition. The default unit is SPX. It is recommended
you always provide a unit such as PX, IN, CM, or MM with the dimension
value.
|