ChartDirector 7.1 (C++ Edition)

DrawArea.outJPG


Usage

bool outJPG(const char *filename, int quality = 80);

Description

Writes the DrawArea to a JPEG image file.

Arguments

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

Return Value

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