ChartDirector 7.1 (.NET Edition)

DrawArea.outGIF


Usage

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

Description

Writes the DrawArea to a GIF image file.

Arguments

ArgumentDefaultDescription
filename(Mandatory)The filename of the output image file.

Return Value

A true value indicates no error. A false value indicates the operation is unsuccessful.