[VB] | Public Function outSVG(filename As String [, options As String ]) As Boolean |
[C#] | public bool outSVG(string filename [, string options ]); |
ChartDirector 5.1 (.NET Edition)
DrawArea.outSVG
Usage
[VB] | Public Function outSVG(filename As String [, options As String ]) As Boolean |
[C#] | public bool outSVG(string filename [, string options ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
filename | (Mandatory) | The filename of the output image file. |
options | "" | A text string specifying optional parameters for the SVG output. Currently, the only supported text string is "compress", which means to create a SVGZ (compressed SVG) instead of a regular SVG. |
Return Value