ChartDirector 7.1 (.NET Edition)

DrawArea.outSVG


Usage

[C#]public bool outSVG(string filename [, string options ]);
[VB]Public Function outSVG(filename As String [, options As String ]) As Boolean

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.