Cfchartseries - MACROMEDIA COLDFUSION MX 61-CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

cfchartseries

Description
Used with the
cfchart
and so on.
Category
Data output
tags,
Syntax
<cfchartseries
type="type"
query="queryName"
itemColumn="queryColumn"
valueColumn="queryColumn"
seriesLabel="Label Text"
seriesColor="Hex value or Web color"
paintStyle="plain, raise, shade, light"
markerStyle="style"
colorlist = "list">
</cfchartseries>
See also
cfchart,
cfchartdata
History
ColdFusion MX 6.1: Changed interpolation behavior: the tag now interpolates data points on
line charts with multiple series.
ColdFusion MX: Added this tag.
Attributes
Attribute
type
query
itemColumn
valueColumn
76
Chapter 2: ColdFusion Tags
tag. This tag defines the style in which chart data displays: bar, line, pie,
Extensibility tags
Req/Opt
Default
Required
Optional
Required if
query
attribute is
specified
Required if
query
attribute is
specified
Description
Sets the chart display style:
• bar
• line
• pyramid
• area
• cone
• curve
• cylinder
• step
• scatter
• pie
Name of ColdFusion query from which to get data.
Name of a column in the query specified in the
attribute; contains the item label for a data point to
graph.
Name of a column in the query specified in the
attribute; contains data values to graph.
query
query

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents