ChartDirector Ver 3.1 (PHP Edition Edition)
BaseChart.makeChart
Usage
makeChart(filename)
Description
Generate the chart image and save it into a file.
ChartDirector supports PNG, JPG, alternative GIF, WBMP and BMP. The format used are selected based on file extension, which should be png, jpg, jpeg, gif, wbmp, wmp or bmp.
Arguments
Argument | Default | Description |
filename | (Mandatory) | The name of the file to save the image. |
Return Value
A true (non-zero) value indicates no error. A false (zero) value indicates the operation is unsuccessful.
© 2004 Advanced Software Engineering Limited. All rights reserved.