<cfchartseries>
What it does
The cfchartseries
tag is another tag used within cfchart to create and display charts on
your coldfusion pages. The cfchartseries tag specifies the type of chart
to display and it's configuration. Some of the chart types which can be
set by the tags type attribute are: bar, line, pyramid, area, cone, curve,
cylinder, step, scatter, and pie.
Attributes
type - Required
query - Optional
itemColumn - required if query is used
valueColumn
seriesLabel - Optional
seriesColor - Optional
paintStyle - Optional
markerStyle - Optional
colorlist
End
Tag: Required |