User Guide
cfgraph 183
cfgraph
Description
This tag is deprecated. Use the cfchart, cfchartdata, and cfchartseries tags instead.
Displays data graphically.
History
ColdFusion MX: Deprecated this tag. It works differently than it did in ColdFusion 5, and it
might not work in later releases.
The incompatibilities between the ColdFusion MX implementation and earlier implementations
of this tag are as follows:
cfgraph tag attribute ColdFusion MX functionality
Title Ignored.
Titlefont Ignored.
Barspacing Ignored.
Bordercolor Color used for border, gridlines, and text displays.
Colorlist List of colors to use for each data point for bar, pyramid, area,
horizontalbar, cone, cylinder, step, and pie charts.
Valuelabelfont Sets value label text font. If the
Valuelabelfont, Itemlabelfont, and
Legendfont values differ, ColdFusion uses the last value that you specify in
the tag.
Arial is not supported; it is mapped to
Dialog.
Itemlabelfont Sets item label text font. If the
Valuelabelfont, Itemlabelfont, and
Legendfont values differ, ColdFusion uses the last value that you specify in
the tag.
Arial is not supported; it is mapped to
Dialog.
Legendfont Sets legend text font. If the
Valuelabelfont, Itemlabelfont, and
Legendfont values differ, ColdFusion uses the last value that you specify in
the tag
Arial is not supported; it is mapped to
Dialog.
ShowLegend • above, below, left, right: these options cause the legend to display, but
have no effect on its location.
• none: prevents display of a legend.
Valuelabelsize Sets value label text size. If the
Valuelabelsize and Itemlabelsize values
differ, ColdFusion uses the last value that you specify in the tag.
Itemlabelsize Sets item label text size.
Itemlabelorientation Ignored. ColdFusion calculates best orientation based on label and graph
size.
Borderwidth • a nonzero number: default-width border, regardless of number value.
• 0: no border.