ChartDirector 7.0 (PHP Edition)

DrawArea.outSVG


Usage

outSVG(filename [, options ])

Description

Writes the DrawArea to a SVG or SVGZ image file.

Arguments

ArgumentDefaultDescription
filename(Mandatory)The filename of the output image file.
options""This parameter is deprecated. Please use DrawArea.setOutputOptions to set optional output parameters.

Return Value

A true (non-zero) value indicates no error. A false (zero) value indicates the operation is unsuccessful.