[C#] | public bool outSVG(string filename [, string options ]); |
[VB] | Public Function outSVG(filename As String [, options As String ]) As Boolean |
ChartDirector 7.1 (.NET Edition)
DrawArea.
Usage
[C#] | public bool outSVG(string filename [, string options ]); |
[VB] | Public Function outSVG(filename As String [, options As String ]) As Boolean |
Description
Arguments
Argument | Default | Description |
---|---|---|
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