ChartDirector Ver 4.1 (C++ Edition)

BaseChart.makeChart


Usage

bool makeChart(const char *filename);

Description

Generates the chart image and save it into a file.

ChartDirector supports PNG, JPG, GIF, WBMP and BMP. The format used are selected based on file extension, which should be png, jpg, jpeg, gif, wbmp, wmp or bmp.
SEO India | Search Engine Optimization Company India

Arguments

Argument Default Description
filename (Mandatory) The name of the file to save the image.

Return Value

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