3-1-Tags:CFChart

last edited byusericonlmajano on 23-Aug-2009

Contents

cfchart

Description

Category

Other

Implemented

Usage Syntax

<cfchart  
	[backgroundColor="String"]
	[Legendmultiline="Boolean"]
	[chartHeight="number"]
	[chartWidth="number"]
	[dataBackgroundColor="String"]
	[font="String"]
	[fontBold="Boolean"]
	[fontItalic="Boolean"]
	[fontSize="number"]
	[foregroundColor="String"]
	[format="String"]
	[gridlines="number"]
	[labelFormat="String"]
	[markerSize="number"]
	[name="String"]
	[pieSliceStyle="String"]
	[scaleFrom="number"]
	[scaleTo="number"]
	[seriesPlacement="String"]
	[show3D="Boolean"]
	[showBorder="Boolean"]
	[showLegend="Boolean"]
	[showMarkers="Boolean"]
	[showXGridlines="Boolean"]
	[showYGridlines="Boolean"]
	[sortXAxis="Boolean"]
	[style="String"]
	[title="String"]
	[tipbgcolor="String"]
	[tipStyle="String"]
	[url="String"]
	[xAxisTitle="String"]
	[xAxisType="String"]
	[xOffset="number"]
	[yAxisTitle="String"]
	[yAxisType="String"]
	[yOffset="number"]
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
backgroundColor String No
Legendmultiline Boolean No
chartHeight number No
chartWidth number No
dataBackgroundColor String No
font String No
fontBold Boolean No
fontItalic Boolean No
fontSize number No
foregroundColor String No
format String No
gridlines number No
labelFormat String No
markerSize number No
name String No
pieSliceStyle String No
scaleFrom number No
scaleTo number No
seriesPlacement String No
show3D Boolean No
showBorder Boolean No
showLegend Boolean No
showMarkers Boolean No
showXGridlines Boolean No
showYGridlines Boolean No
sortXAxis Boolean No
style String No
title String No
tipbgcolor String No
tipStyle String No
url String No
xAxisTitle String No
xAxisType String No
xOffset number No
yAxisTitle String No
yAxisType String No
yOffset number No

Example Usage

 
Download in other Formats:
markup Markup | pdf PDF | html HTML | word Word

comments Comments (3)

You need to login in order to comment!

railo@paulconnell.fastmail.fm's Gravatar

url Paul Connell said

at 04:11:21 PM 14-Sep-2010

attribute 'rotated' is not supported, but is available in CF8.
mark@getrailo.com's Gravatar

Mark Drew said

at 01:01:02 AM 17-Sep-2010

Would you mind adding this to Jira?
jeff.gladnick@gmail.com's Gravatar

Jeff Gladnick said

at 10:50:33 PM 10-Feb-2011

PNG, GIF, and JPG are the only allowable items for the format attribute.