Constructor and Description |
---|
Graph()
constructor for the tag class
|
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setBackgroundcolor(String backgroundcolor)
set the value backgroundcolor
Color of the chart background.
|
void |
setBarspacing(double barspacing)
set the value barspacing
Spacing between bars in the chart, in pixels.
|
void |
setBordercolor(String bordercolor)
set the value bordercolor
Border color.
|
void |
setBorderwidth(String borderwidth)
set the value borderwidth
Border thickness, in pixels.
|
void |
setColorlist(String colorlist)
set the value colorlist
Comma delimited list of colors to use for each data point.
|
void |
setDepth(double depth)
set the value depth
Depth of 3D chart appearance, in pixels.
|
void |
setFileformat(String fileformat)
set the value fileformat
File type to be used for the output displayed in the browser.
|
void |
setFill(double fill)
set the value fill
Width of the graph line, in pixels.
|
void |
setGraphheight(double graphheight)
set the value graphheight
Height of the graph, in pixels.
|
void |
setGraphwidth(double graphwidth)
set the value graphwidth
Width of the graph, in pixels.
|
void |
setGridlines(double gridlines)
set the value gridlines
An integer that specifies the number of grid lines to display on the chart between the top and bottom lines.
|
void |
setItemcolumn(String itemcolumn)
set the value itemcolumn
Query column that contains the item label for the corresponding data point.
|
void |
setItemlabelfont(String itemlabelfont)
set the value itemlabelfont
The font used for the item labels.
|
void |
setItemlabelorientation(String itemlabelorientation)
set the value itemlabelorientation
Orientation of item labels.
|
void |
setItemlabelsize(double itemlabelsize)
set the value itemlabelsize
The size of the item labels, in points.
|
void |
setLegendfont(String legendfont)
set the value legendfont
The font used to display the legend.
|
void |
setLinecolor(String linecolor)
set the value linecolor
The color used to draw the data line.
|
void |
setLinewidth(double linewidth)
set the value linewidth
Specifies whether to fill the area below the line with the line color to create an area graph.
|
void |
setQuery(String query)
set the value query
Name of the query containing the data to graph.
|
void |
setScalefrom(double scalefrom)
set the value scalefrom
The minimum value of the graph value axis (the vertical axis for Bar charts, the horizontal axis for HorizontalBar charts).
|
void |
setScaleto(double scaleto)
set the value scaleto
The maximum value of the graph value axis.
|
void |
setShowitemlabel(boolean showitemlabel)
set the value showitemlabel
Specifies whether to put item labels on the horizontal axis of bar charts and the vertical axis of HorizontalBar charts.
|
void |
setShowlegend(String showlegend)
set the value showlegend
The placement of the legend that identifies colors with the data labels.
|
void |
setShowvaluelabel(boolean showvaluelabel)
set the value showvaluelabel
Specifies whether values are displayed for the data points.
|
void |
setTitle(String title)
set the value title
Title to display centered above the chart, or below the chart if the legend is above the chart.
|
void |
setTitlefont(String titlefont)
set the value titlefont
The font used to display the title.
|
void |
setType(String type)
set the value type
Type of chart to display.
|
void |
setUrl(String url)
set the value url
A URL to load when the user clicks any data point on the chart.
|
void |
setUrlcolumn(String urlcolumn)
set the value urlcolumn
Query column containing URL information to load when the user clicks the corresponding data point.
|
void |
setValuecolumn(String valuecolumn)
set the value valuecolumn
Query column that contains the data values.
|
void |
setValuelabelfont(String valuelabelfont)
set the value valuelabelfont
The font used to display data values.
|
void |
setValuelabelsize(double valuelabelsize)
set the value valuelabelsize
The size the value text, in points.
|
void |
setValuelocation(String valuelocation)
set the value valuelocation
Where value labels are placed.
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Graph() throws ExpressionException
ExpressionException
public void setItemlabelfont(String itemlabelfont)
itemlabelfont
- value to setpublic void setShowlegend(String showlegend)
showlegend
- value to setpublic void setTitle(String title)
title
- value to setpublic void setValuelabelsize(double valuelabelsize)
valuelabelsize
- value to setpublic void setItemlabelsize(double itemlabelsize)
itemlabelsize
- value to setpublic void setFill(double fill)
fill
- value to setpublic void setBordercolor(String bordercolor)
bordercolor
- value to setpublic void setQuery(String query)
query
- value to setpublic void setValuelabelfont(String valuelabelfont)
valuelabelfont
- value to setpublic void setTitlefont(String titlefont)
titlefont
- value to setpublic void setGridlines(double gridlines)
gridlines
- value to setpublic void setUrl(String url)
url
- value to setpublic void setValuecolumn(String valuecolumn)
valuecolumn
- value to setpublic void setBarspacing(double barspacing)
barspacing
- value to setpublic void setLinewidth(double linewidth)
linewidth
- value to setpublic void setBorderwidth(String borderwidth)
borderwidth
- value to setpublic void setShowvaluelabel(boolean showvaluelabel)
showvaluelabel
- value to setpublic void setScalefrom(double scalefrom)
scalefrom
- value to setpublic void setShowitemlabel(boolean showitemlabel)
showitemlabel
- value to setpublic void setType(String type)
type
- value to setpublic void setDepth(double depth)
depth
- value to setpublic void setUrlcolumn(String urlcolumn)
urlcolumn
- value to setpublic void setLegendfont(String legendfont)
legendfont
- value to setpublic void setBackgroundcolor(String backgroundcolor)
backgroundcolor
- value to setpublic void setColorlist(String colorlist)
colorlist
- value to setpublic void setScaleto(double scaleto)
scaleto
- value to setpublic void setGraphwidth(double graphwidth)
graphwidth
- value to setpublic void setValuelocation(String valuelocation)
valuelocation
- value to setpublic void setItemcolumn(String itemcolumn)
itemcolumn
- value to setpublic void setItemlabelorientation(String itemlabelorientation)
itemlabelorientation
- value to setpublic void setLinecolor(String linecolor)
linecolor
- value to setpublic void setGraphheight(double graphheight)
graphheight
- value to setpublic void setFileformat(String fileformat)
fileformat
- value to setpublic int doStartTag()
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
public int doEndTag()
Copyright © 2015 Lucee