User Guide

Table Of Contents
Controlling chart appearance 747
You can also use the cfchartseries tag to specify attributes of chart appearance. The following
table describes these attributes:
Multiple series
showLegend
seriesPlacement
The showLegend attribute lets you
display the chart’s legend when the
chart contains more than one series of
data. The default value is
Yes.
The
seriesPlacement attribute
specifies the location of each series
relative to the others. By default,
ColdFusion determines the best
placement based on the graph type of
each series.
All
Tips
tipStyle
tipBGColor
The tipStyle attribute lets you display
a small pop-up window that shows
information about the chart element
pointed to by the mouse pointer.
Options are
none, mousedown, or
mouseover. The default value is
mouseover.
The
tipBGColor attribute specifies the
background color of the tip window for
Flash format only. The default value is
white.
All
Chart
characteristic
Attributes used Description Chart
type
Multiple series
seriesLabel
seriesColor
The seriesLabel attribute specifies the
text that displays for the series label.
The
seriesColor attribute specifies a
single color of the bar, line, pyramid,
and so on. For pie charts, this is the first
slice’s color. Subsequent slices are
automatically colored based on the
specified initial color, or use the
colorList attribute.
All
Paint
paintStyle
Specifies the way color is applied to a
data series. You can specify solid color,
buttonized look, linear gradient fill with
a light center and darker outer edge,
and gradient fill on lighter version of
color. The default value is
solid.
All
Chart
characteristic
Attributes used Description Chart
type