MACROMEDIA COLFUSION MX 7-CFML Quick Reference page 6

Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

cfcase
<cfcase
value = "value or delimited set of values"
delimiters = "delimiter characters">
cfcatch
<cfcatch type = "exceptiontype">
Exception processing code here
</cfcatch>
cfchart
Syntax 1
<!--- This syntax uses an XML file or string to specify the
chart style. --->
<cfchart
style = "XML string or filename">
</cfchart>
Syntax 2
<!--- This syntax uses the attributes of the cfchart tag to
specify the chart style. --->
<cfchart
backgroundColor = "Hex value or Web color"
chartHeight = "integer number of pixels"
chartWidth = "integer number of pixels"
dataBackgroundColor = "Hex value or Web color"
font = "font name"
fontBold = "yes" or "no"
fontItalic = "yes" or "no"
fontSize = "integer font size"
foregroundColor = "Hex value or Web color"
format = "flash" or "jpg" or "png"
gridlines = "integer number of lines"
labelFormat = "number, currency, percent, date"
markerSize = "integer number of pixels"
name = "String">
pieSliceStyle = "solid, sliced"
scaleFrom = "integer minimum value"
scaleTo = "integer ma
seriesPlacement = "default, cluster, stacked, percent"
show3D = "yes" or "no"
showBorder = "yes" or "no"
showLegend = "yes" or "no"
showMarkers = "yes" or "no"
showXGridlines = "yes" or "no"
showYGridlines = "yes" or "no"
sortXAxis = "yes" or "no"
tipBGColor = "hex value or web color"
tipStyle = "MouseDown, MouseOver, none"
title = "title of chart"
url = "onClick destination page"
xAxisTitle = "title text"
xAxisType = "scale or category"
xOffset = "number between -1 and 1"
yAxisTitle = "title text"
yAxisType = "scale or category"
yOffset = "number between -1 and 1"
</cfchart>
cfchartdata
<cfchartdata
item = "text"
value = "number">
cfchartseries
<cfchartseries
colorlist = "list">
itemColumn="queryColumn"
markerStyle="style"
paintStyle="plain, raise, shade, light"
query="queryName"
seriesColor="Hex value or Web color"
seriesLabel="Label Text"
type="type"
valueColumn="queryColumn"
dataLabelStyle="style"
</cfchartseries>
cfcol
<cfcol
header = "column_header_text"
width = "number_indicating_width_of_column"
align = "left" or "right" or "center"
text = "column_text">
6
CFML Quick Reference
x
imum value"

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents