Contents

cfchartdata

Description

Used with the cfchart and cfchartseries tags. This tag defines chart data points. Its data is submitted to the cfchartseries tag.

Category

Other

Implemented

Usage Syntax

<cfchartdata  
	item="String"
	value="number"
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
item String Yes string; data point name
value number Yes number or expression; data point value

Example Usage