Contents

Return to Tags or Functions

cfchartdata

Syntax

<cfchartdata
	item="string"
	value="number">

[] = Optional attribute

Description

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

Body

This tag can't have a body.

Attributes

The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.

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

category Categories: