User Guide

cfchart 67
See also
cfchartdata
, cfchartseries
History
ColdFusion MX 7:
Added style and title attributes.
Added support for eight-digit hexadecimal values to specify RGB color and transparency.
Removed the rotated attribute.
Renamed the column chart type to be horizontalbar chart type.
ColdFusion MX 6.1:
Added the xAxisType and yAxisType attributes.
Changed interpolation behavior: the tag now interpolates data points on line charts with
multiple series.
ColdFusion MX: Added this tag.
Attributes
Attribute Req/Opt Default Description
backgroundColor Optional Color of the area between the data
background and the chart border, around
labels and around the legend.
Hexadecimal value or supported named
color; see the name list in Usage. For a
hexadecimal value, use the form
"##xxxxxx"
or "##xxxxxxxx", where x = 0-9 or A-F; use
two number signs or none.
chartHeight Optional 240 Chart height; integer number of pixels.
chartWidth Optional 320 Chart width; integer number of pixels.
dataBackgroundColor Optional white Color of area around chart data.
Hexadecimal value or supported named
color; see the name list in Usage.
For a hexadecimal value, use the form
"##xxxxxx" or "##xxxxxxxx", where x = 0-9 or
A-F; use two number signs or none.
font Optional arial Name of text font:
arial
times
courier
arialunicodeMS. This option is required, if
you are using a double-byte character set
on UNIX, or using a double-byte character
set in Windows with a file type of Flash.