Previous Page | Next Page

SAS System Options

SVGTITLE= System Option



Specifies the title in the title bar of the SVG output; specifies the value of the <title> element in the SVG file.
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: SVG
PROC OPTIONS GROUP= SVG

Syntax
Syntax Description
Details
See Also

Syntax

SVGTITLE="title" | "" | "


Syntax Description

"title"

specifies the title of the SVG.

"" | "

specifies to reset the title to empty.

Requirement: Use two double quotation marks or two single quotation marks with no space between them.

Details

If the SVGTITLE option is not specified, the title bar of the SVG output displays the filename of the SVG output.

The value for the SVGTITLE= option must be enclosed in single or double quotation marks, or enclosed in parentheses.


See Also

System options:

SVGCONTROLBUTTONS

SVGHEIGHT= System Option

SVGPRESERVEASPECTRATIO= System Option

SVGWIDTH= System Option

SVGVIEWBOX= System Option

SVGX= System Option

SVGY= System Option

Creating Scalable Vector Graphics Using Universal Printing in SAS Language Reference: Concepts

Previous Page | Next Page | Top of Page