User Guide
76 Chapter 2: ColdFusion Tags
cfchartseries
Description
Used with the cfchart tag. This tag defines the chart style in which the data displays: bar, line,
pie, and so on.
Category
Data output tags, Extensibility tags
Syntax
<cfchartseries
colorlist = "list">
itemColumn="queryColumn"
markerStyle="style"
paintStyle="plain, raise, shade, light"
query="queryName"
seriesColor="Hex value or Web color"
seriesLabel="Label Text"
type="type"
valueColumn="queryColumn"
dataLabelStyle="style"
</cfchartseries>
See also
cfchart
, cfchartdata; Chapter 31, “Creating Charts and Graphs,” in ColdFusion MX
Developer’s Guide
History
ColdFusion MX 7: Added the dataLabelStyle attribute and the horizontalbar chart type.
ColdFusion MX 6.1: Changed interpolation behavior: the tag now interpolates data points on
line charts with multiple series.
ColdFusion MX: Added this tag.










