|
<cfchartdata item="string" value="number">
[] = Optional attribute
Used with the cfchart and cfchartseries tags. This tag defines chart data points. Its data is submitted to the cfchartseries tag.
This tag can't have a body.
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 |
Categories: