User Guide

cfchartseries 77
Attributes
Attribute Req/Opt Default Description
colorlist Optional Sets colors for each data point. Applies if the
cfchartseries type attribute is pie, pyramid, area,
horizontalbar, cone, cylinder, or step.
Comma-delimited list of hexadecimal values or
supported, named web colors; see the name list and
information about six- and eight-digit hexadecimal
values in the
cfchart Usage section.
For a hexadecimal value, use the form
"##xxxxxx" or
"##xxxxxxxx", where x = 0-9 or A-F; use two number
signs or none.
itemColumn Required if
query
attribute is
specified
Name of a column in the query specified in the
query
attribute; contains the item label for a data point to
graph.
markerStyle Optional rectangle Sets the icon that marks a data point for two-
dimensional line, curve, and scatter graphs:
rectangle
triangle
diamond
circle
letter
mcross
snow
rcross
paintStyle Optional plain Sets the paint display style of the data series:
plain: solid color.
raise: the appearance of a button.
shade: gradient fill, darker at the edges.
light: a lighter shade of color; gradient fill.
query Optional Name of the ColdFusion query from which to get data
to graph.
seriesColor Optional Color of the main element (such as the bars) of a chart.
For a pie chart, the color of the first slice.
Hexadecimal value or supported named color; see the
name list and information about six- and eight-digit
hexadecimal values in the Usage section for the
cfchart tag.
For a hexadecimal value, use the form
"##xxxxxx" or
"##xxxxxxxx", where x = 0-9 or A-F; use two number
signs or none.
seriesLabel Optional Text of the data series label