MACROMEDIA COLDFUSION MX 61-CFML Reference page 73

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

Advertisement

Attribute
tipStyle
tipbgcolor
showMarkers
markerSize
pieSliceStyle
url
name
Usage
The
tag defines a container in which a graph displays: its height, width, background
cfchart
color, labels, and so on. The
pie, and so on. The
Req/Opt
Default
mouseOver
white
yes
(Automatic)
sliced
cfchartseries
tag defines a data point.
cfchartdata
Description
Determines the action that opens a popup
window to display information about the
current chart element.
• mouseDown: displays if the user positions
the cursor at the element and clicks the
mouse down. Applies only to Flash format
graph file. (For other formats, this option
functions the same as
• mouseOver: displays if the user positions
the cursor at the element
• none: suppresses display
Applies only to Flash format graph file.
Hex value or supported named color; see
name list in the Usage section.
For a hex value, use the form
where x = 0-9 or A-F; use two pound signs or
none.
Applies to
chartseries type
,
and
line
curve
• yes: display markers at data points
• no
Size of data point marker. in pixels. Integer.
Applies to
chartseries type
.
pie
• solid: displays pie as if unsliced
• sliced: displays pie as if sliced
URL to open if the user clicks item in a data
series; the onClick destination page.
You can specify variables within the URL
string; ColdFusion passes current values of
the variables.
: value of selected row. If none,
$VALUE$
value is empty string.
$ITEMLABEL$
value is empty string.
$SERIESLABEL$
none, value is empty string.
For example:
"somepage.cfm?item=$ITEMLABEL$&series=$
SERIESLABEL$&value=$VALUE$"
• "javascript:...": executes a client-side script
Page variable name. String. Generates the
the graph as binary data and assigns it to the
specified variable. Suppresses chart display.
You can use the
to write the chart to a file.
tag defines the style in which data displays: bar, line,
.)
mouseOver
"##xxxxxx"
attribute values
.
scatter
attribute value
: label of selected item. If none,
: label of selected series. If
value in the
name
cffile
cfchart
,
tag
73

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents