backgroundColor
string, optional
|
Color of the area between the data background and the chart
border, around labels and around the legend. Hexadecimal
value or supported named color. For a hex value, use the form:
textColor = "##xxxxxx", where x = 0-9 or A-F; use two hash
signs or none.
|
chartHeight
number, optional
|
Chart height; integer number of pixels
|
chartWidth
number, optional
|
Chart width; integer number of pixels
|
dataBackgroundColor
string, optional
|
color for control. For a hex value, use the form:
textColor = "##xxxxxx", where x = 0-9 or A-F; use two hash
signs or none.
|
font
string, optional
|
Font of data in column.
|
fontBold
boolean, optional
|
Yes: displays grid control text in bold
|
fontItalic
boolean, optional
|
Yes: displays grid control text in italics
|
fontSize
number, optional
|
Size of text in column.
|
foregroundColor
string, optional
|
color for control. For a hex value, use the form:
textColor = "##xxxxxx", where x = 0-9 or A-F; use two hash
signs or none.
|
format
string, optional
|
File format in which to save graph.
|
labelFormat
string, optional
|
Format for Y-axis labels.
|
categoryLabelPositions
string, optional
|
Label position relative to axis: standard, up_45, up_90, down_45, down_90 or horizontal (standard) and vertical (down_90). Default is horizontal.
|
markerSize
number, optional
|
Size of data point marker in pixels. Integer.
|
name
string, optional
|
Page variable name. String. Generates the graph as
binary data and assigns it to the specified variable.
Suppresses chart display. You can use the name value in
the cffile tag to write the chart to a file.
|
pieSliceStyle
string, optional
|
Applies to chartseries type attribute value pie.
|
scaleFrom
number, optional
|
Y-axis minimum value; integer
|
scaleTo
number, optional
|
Y-axis max value; integer
|
show3D
boolean, optional
|
Display chart with three-dimensional appearance.
|
showBorder
any, optional
|
Whether to display a border around the chart
|
showLegend
boolean, optional
|
yes: if chart contains more than one data series, display
legend
|
showMarkers
boolean, optional
|
Applies to chartseries type attribute values line, curve
and scatter.
yes: display markers at data points
|
showXGridlines
boolean, optional
|
yes: display X-axis gridlines
|
showXLabel
boolean, optional
|
yes: shows the x-axis labels
|
showTooltip
boolean, optional
|
show the tooltip or not
|
source
string, optional
|
variable name of the source path, if set the path to the source file is returned and no image tag is written to response stream.
|
showYGridlines
boolean, optional
|
yes: display Y-axis gridlines
|
sortXAxis
boolean, optional
|
Display column labels in alphabetic order along X-axis.
Ignored if the xAxisType attribute is scale.
|
title
string, optional
|
Title of the chart.
|
url
string, optional
|
URL to open if the user clicks item in a data series; the onClick destination page.
The following variables will be substituted [ $SERIESLABEL$, $ITEMLABEL$, $VALUE$ ]
If the url does not contain a ? the following is appended
?series=$SERIESLABEL$&category=$ITEMLABEL$&value=$VALUE$
Otherwise, you will need to specify the query string manually
If the url starts with javascript: only variable substitution is done (since 1.20.1)
|
xAxisTitle
string, optional
|
text; X-axis title
|
xOffset
number, optional
|
Applies if show3D="yes". Number of units by which to
display the chart as angled, horizontally
|
yAxisTitle
string, optional
|
text; X-axis title
|
yOffset
number, optional
|
Applies if show3D="yes". Number of units by which to
display the chart as angled, horizontally.
|