Places a freely positionable image on the canvas.
layer
layer in which the image is to be inserted
Type: <javadoc ACJavaDoc>com.arcadiacharts.themes.Layer</javadoc>; available values: BACKGROUND, CHART, LEGEND, MARKER, OVERLAY, POPUP, SCROLLBAR, ZOOMAREA. default: BACKGROUND
zIndex
imageUrl
paddingTop
paddingLeft
position
x
y
height
width
<chartOptions>
<image>
<imageUrl>$WEATHER_ICON</imageUrl>
<x>200</x>
<y>50</y>
<layer>OVERLAY</layer>
<zIndex>7000</zIndex>
</image>
</chartOptions>