ChartDirector 7.1 (C++ Edition)

DrawArea.outSVG


Usage

bool outSVG(const char *filename, const char *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 value indicates no error. A false value indicates the operation is unsuccessful.