| Attribute |
Req. |
Values |
Default |
case sens |
JSP Taglib |
Classlib |
| axisMaxVal |
no |
Numeric |
defined by model |
- |
axisMaxVal="2000" |
setAxisMaxVal(2000) |
| axisMinVal |
no |
Numeric |
defined by model |
- |
axisMinVal="100" |
setAxisMinVal(100) |
| chartType |
no |
AREA
AREA_3D
AREA_STACKED
AREA_STACKED_3D
BARS
BARS_3D
BARS_STACKED
BARS_STACKED_3D
BITMAP
COLUMNS
COLUMNS_3D
COLUMNS_STACKED
COLUMNS_STACKED_3D
LINES
LINES_3D
PIE
PIE_3D
PIE_EX
PIE_EX_3D
PIE_SPLIT
PYRAMID
TREND |
BARS_3D |
yes |
chartType="PIE" |
setChartType(ChartType.PIE) |
| colorOrder |
no |
DEFAULT
STRAIGHT
REVERSE
SNAKE |
DEFAULT |
yes |
colorOrder="SNAKE" |
setColorOrder
(ChartColorOrder.SNAKE) |
| displayObjectValues |
no |
FALSE
TRUE |
FALSE |
yes |
displayObjectValues=
"TRUE" |
setDisplayObjectValues(true) |
| height |
no |
Unit |
200 |
- |
height="300" |
setHeight("300") |
| id |
yes |
String |
none |
yes |
id="VacationPlanner" |
setId("VacationPlanner") |
| legendPosition |
no |
EAST
NONE
NORTH
SOUTH
WEST |
EAST |
yes |
legendPosition="SOUTH" |
setLegendPosition
(ChartLegendPosition.SOUTH) |
| model |
yes |
String |
none |
yes |
model="myBean.model" |
setModel
((IChartModel) model) |
| title |
no |
String |
none |
no |
title="Bill board
chart" |
setTitle("Bill
board chart") |
| titleCategories |
no |
String |
none |
no |
titleCategories="Brand" |
setTitleCategories("Brand") |
| titleValues |
no |
String |
none |
no |
titleValues("Overview") |
setTitleValues("Overview") |
| visible |
no |
FALSE
TRUE |
TRUE |
yes |
visible="FALSE" |
setVisible(false) |
| width |
no |
Unit |
500 |
- |
width="400" |
setWidth("400") |