[C#] | public bool outPNG(string filename); |
[VB] | Public Function outPNG(filename As String) As Boolean |
ChartDirector 7.1 (.NET Edition)
DrawArea.
Usage
[C#] | public bool outPNG(string filename); |
[VB] | Public Function outPNG(filename As String) As Boolean |
Description
Arguments
Argument | Default | Description |
---|---|---|
filename | (Mandatory) | The filename of the output image file. |
Return Value