MACROMEDIA COLDFUSION MX 61-CFML Reference page 77

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

Advertisement

Attribute
Req/Opt
seriesLabel
Optional
seriesColor
Optional
paintStyle
Optional
markerStyle
Optional
colorlist
Optional
Usage
If a chart has multiple line series, ColdFusion interpolates missing data points in the common X
axis range. For example, if one series has data points at 0, 10, and 20 on the X axis and a second
series has data points at 0, 20, and 30, ColdFusion calculates and displays a data point for X=10
on the second series line, but it does not calculate an X=30 value for the first series.
For a pie chart, ColdFusion sets pie slice colors as follows:
If the
seriesColor
If the
seriesColor
first one, starting with the specified color for the first slice
If the
colorList
according to the list
ColdFusion Generates an error if you use more than 16
Default
plain
rectangle
attribute is omitted, ColdFusion automatically colors the slices
attribute is specified, ColdFusion automatically colors the slices after the
attribute is specified, ColdFusion colors the slices after the first one,
Description
Text of data series label
Color of the main element (such as the bars) of a chart.
For a pie chart, the color of the first slice.
Hex value or supported named color; see name list in
the
Usage section.
cfchart
For a hex value, use the form
or A-F; use two pound signs or none.
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
Applies to
chartseries type
and
, and
scatter
show3D
Sets the icon that marks a data point:
• rectangle
• triangle
• diamond
• circle
• letter
• mcross
• snow
• rcross
Applies if
chartseries type
slice colors.
Comma-delimited list of hex values or supported,
named web colors; see name list in the
section.
For a hex value, use the form
or A-F; use two pound signs or none.
chartseries
, where x = 0-9
"##xxxxxx"
attribute values
line
attribute value
.
no
attribute =
. Sets pie
"pie"
Usage
cfchart
, where x = 0-9
"##xxxxxx"
tags in one
cfchart
cfchartseries
,
curve
tag.
77

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents