CFCHARTIMAGE
The child tag of CFCHART. Used to set the background of a CFCHART.
Usage
<cfchartimage>
Attributes
Attribute | default | required | summary |
---|---|---|---|
FILE | The name of the image that you want to have as the graph's background image. Must be either a JPG, JPEG or GIF file. | ||
URIDIRECTORY | no | Whether the path given for the file is absolute or relative. Yes = relative, No = absolute. | |
ALIGNMENT | fit | Options are: top_left, top, top_right, left, center, right, bottom_left, bottom, bottom_right, fit, fit_horizontal or fit_vertical |