Used with the cfchart and cfchartseries tags. This tag defines chart data points. Its data is submitted to the cfchartseries tag.
Other
<cfchartdata item="String" value="number" />
[] = Optional attribute
| Name | Type | Required | Default | Description |
| item | String | Yes | string; data point name | |
| value | number | Yes | number or expression; data point value |