ChartDirector 6.0 (ColdFusion Edition)
BaseChart.makeChart2
Usage
Description
Constant | Value | Description |
---|---|---|
PNG | 0 | The PNG format. |
GIF | 1 | The GIF format. |
JPG | 2 | The JPEG format. |
WMP | 3 | The WAP bitmap format. |
BMP | 4 | The BMP format. |
SVG | 5 | The SVG format. |
SVGZ | 6 | The compressed SVG format. |
7 | The PDF format. |
Arguments
Argument | Default | Description |
---|---|---|
format | (Mandatory) | A constant representing the format of the image. |
Return Value