Contents

cfgraphdata

Description

Specifies a data point to be displayed by a cfgraph tag.

Category

Other

Implemented

Usage Syntax

<cfgraphdata  
	value="String"
	[item="String"]
	[color="String"]
	[URL="String"]
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
value String Yes Value to be represented by the data point.
item String No The item label for the data point. The item labels appear on the horizontal axis of Line and Bar charts, the vertical axis of Horizontal Bar charts, and in the legend of Pie charts.
color String No The color to use when graphing the data point. The default is to use the values from the cfgraph tag colorlist attribute or the built-in default list of colors. Line graphs ignore this attribute.
URL String No A URL to load when the user clicks the data point. This attribute works with Pie, Bar, and HorizontalBar charts. This attribute has an effect only if the graph is in Flash file format.

Example Usage