This sample is to display the logo image in the background of the chart.
Image
source: the url of the image file
maintainAspectRation: Whether or not the aspect ratio is the same to the original image. 
If it is true, the chart will try to keep the resolution ratio of the original image otherwise, 
the chart will adjust the image to fit the size of the chart.
alpha: the transparency of the image.

ā—¸Layout
<backgroundElements>
	<GridLines/>
	<CanvasElement>
		<Image right="0" bottom="0" source="http://www.riamore.net/img/common/top_logo1.gif"/>
	</CanvasElement>
</backgroundElements>