image node - shows jpeg image or swf clip on a Chart
<root>
<objects>
<image source='' x='' y='' alpha='100' url='' width='' height=''/>
</objects>
</root>
Attributes:
| Name | Description | Value | Default value |
|---|---|---|---|
| source | source url | String | |
| position | sets image position | tile|stretch|center | |
| x | x of left upper corner | numerical value | |
| y | y of left upper corner | numerical value | |
| url | link url | String | |
| url_target | link url target | String | _blank |
| width | image area width | positive numerical value | |
| height | image area height | positive numerical value |