cewolf
Tag chart


Root tag of a chart description.
optional childs: <chartpostprocessor>


Tag Information
Tag Classde.laures.cewolf.taglib.tags.SimpleChartTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringID under which the chart description bean will be stored in the page to be found by the img tag. Beware of using an ID which is not yet used for other beans in the page to avoid compile errors.
typetruetruejava.lang.StringType of the chart. One of area, areaxy, horizontalbar, horizontalbar3d, line, pie, scatter, stackedhorizontalbar, stackedverticalbar, stackedverticalbar3d, timeseries, verticalbar, verticalbar3d, xy, candlestick, highlow, gantt, wind, signal, verticalxybar, pie3d, spline, histogram, meter, thermometer, dial, compass, spiderweb, bubble, wafer
titlefalsetruejava.lang.StringTitle of the chart which is displayed on the chart panel above the plot pane.
fontnamefalsetruejava.lang.StringThe font to be used for the chart title.
This attribute is new in cewolf version 1.1.
fontsizefalsetruejava.lang.StringThe font size to be used for the chart title.
This attribute is new in cewolf version 1.1.
xaxislabelfalsetruejava.lang.StringTitle of the chart's x-axis. This attributes is ignored if the type attribute of the parent chart tag is one of pie3d or pie.
yaxislabelfalsetruejava.lang.StringTitle of the chart's y-axis. This attributes is ignored if the type attribute of the parent chart tag is one of pie3d or pie.
xaxisintegerfalsetruejava.lang.StringBoolean value to indicate whether the label values of a numeric domain (X) axis should have integer values only, or if decimal values are OK. Default: false.
This attribute is new in cewolf version 1.1.
yaxisintegerfalsetruejava.lang.StringBoolean value to indicate whether the label values of a numeric range (Y) axis should have integer values only, or if decimal values are OK. Default: false.
This attribute is new in cewolf version 1.1.
xtickmarksvisiblefalsetruejava.lang.StringBoolean value to indicate whether the tick marks of the domain (X) axis should be visible. Default: true.
This attribute is new in cewolf version 1.1.
ytickmarksvisiblefalsetruejava.lang.StringBoolean value to indicate whether the tick marks of the range (Y) axis should be visible. Default: true.
This attribute is new in cewolf version 1.1.
xticklabelsvisiblefalsetruejava.lang.StringBoolean value to indicate whether the tick labels of the domain (X) axis should be visible. Default: true.
This attribute is new in cewolf version 1.1.
yticklabelsvisiblefalsetruejava.lang.StringBoolean value to indicate whether the tick labels of the range (Y) axis should be visible. Default: true.
This attribute is new in cewolf version 1.1.
backgroundfalsetruejava.lang.StringBackground image of the chart panel. The value of this attribute is the filename of a graphics file relative to the web application's root directory (e.g. /WEB-INF/img/bg.jpg). The image must be loadable by the default java.awt.Toolkit of the servlet container's JVM.
backgroundimagealphafalsetruejava.lang.StringChart's backgound alpha blending value as a float. Value ranges from 0.0 to 1.0.
backgroundcolorfalsefalsejava.lang.StringThe color to be used for the chart background. The color definition is compatible with the HTML one. E.g. black is '#000000' and red is '#FF0000'.
This attribute is new in cewolf version 1.1.
plotbackgroundcolorfalsefalsejava.lang.StringThe color to be used for the plot background. The color definition is compatible with the HTML one. E.g. black is '#000000' and red is '#FF0000'.
This attribute is new in cewolf version 1.1.
bordercolorfalsefalsejava.lang.StringThe color to be used for the chart border. The color definition is compatible with the HTML one. E.g. black is '#000000' and red is '#FF0000'.
This attribute is new in cewolf version 1.1.
bordervisiblefalsetruejava.lang.StringBoolean value to indicate whether a border should be drawn around the chart. Default: false.
This attribute is new in cewolf version 1.1.
plotbordercolorfalsefalsejava.lang.StringThe color to be used for the plot border. The color definition is compatible with the HTML one. E.g. black is '#000000' and red is '#FF0000'.
This attribute is new in cewolf version 1.1.
plotbordervisiblefalsetruejava.lang.StringBoolean value to indicate whether a border should be drawn around the plot. Default: true.
This attribute is new in cewolf version 1.1.
antialiasfalsetruejava.lang.StringAntialiased rendering of the chart.
showlegendfalsetruejava.lang.StringBoolean value to switch on or off the legend display inside of this panel.
legendanchorfalsetruejava.lang.StringSets the anchor of the legend inside of the panel. Possible values are 'north', 'south', 'west', 'east'. Ignored if showlegend is 'false'.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.