Attributes |
---|
renderer
|
Path to rendering servlet. Any path that starts with a '/' is assumed to refer to a resource relative to web application root. Otherwise, the path is assumed to refer to resource relative to the current page directory.
| required=true rtexprvalue=true
|
|
chartid
|
The id of the chart to render.
| required=true rtexprvalue=true
|
|
width
|
Width of the rendered chart image in pixel.
| required=true rtexprvalue=true
|
|
height
|
Height of the rendered chart image in pixel.
| required=true rtexprvalue=true
|
|
mime
|
The MIME type of the image. Currently image/png (default),image/svg and image/jpeg are supported.
| default=image/png required=false rtexprvalue=true
|
|
alt
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
hspace
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
vspace
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
align
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
border
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
ismap
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
longdesc
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
usemap
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
class
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
dir
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
lang
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onclick
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
ondbclick
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onkeydown
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onkeypress
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onkeyup
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onmousedown
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onmousemove
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onmouseout
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onmouseover
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onmouseup
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
style
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
htmltitle
|
Corresponds to appropriate HMTL <img> title attribute.
| required=false rtexprvalue=true
|
|
removeAfterRender
|
Remove image after rendering (defaults to false). WARNING. This may cause problems if your users expect to save the images or paste them into other applications such as WORD.
| required=false rtexprvalue=true
|
|
forceSessionId
|
Forces jsessionid to be added to image url. (Defaults to True)
| required=false rtexprvalue=true
|
|
timeout
|
Sets the timeout value used in the LongTermSessionStorage obj. Value is in seconds. Default is 5 Minutes.
| required=false rtexprvalue=true
|
|