cewolf
Tag overlaidchart


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


Tag Information
Tag Classde.laures.cewolf.taglib.tags.OverlaidChartTag
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. In this version only overlaidxy is supported.
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.
xaxistypetruetruejava.lang.StringType of the domain axis. Possible values: date, number
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.
yaxistypefalsetruejava.lang.StringType of the range axis. Possible values: date, number
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.
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.
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.