<!-- All iChart data are for example purposes, NO real events. Presented by iDesign Software Group -->
<chart caption='Monthly Sales Summary' subcaption='For the year 2006' xAxisName='Month' yAxisName='Sales' yAxisMinValue='15000'  numberPrefix='$' showValues='0' alternateHGridColor='FCB541' alternateHGridAlpha='20' divLineColor='FCB541' divLineAlpha='50' canvasBorderColor='666666' baseFontColor='666666' lineColor='FCB541'>
	<set label='Jan' value='17400' />
	<set label='Feb' value='19800' />
	<set label='Mar' value='21800' />
	<set label='Apr' value='23800' />
	<set label='May' value='29600' />
	<set label='Jun' value='27600' />
	<set label='Jul' value='31800' />
	<set label='Aug' value='39700' />
	<set label='Sep' value='37800' />
	<set label='Oct' value='21900' />
	<set label='Nov' value='32900' />
	<set label='Dec' value='39800' />

	<styles>
		<definition>
			<style name='Anim1' type='animation' param='_xscale' start='0' duration='1' />
			<style name='Anim2' type='animation' param='_alpha' start='0' duration='0.6' />
			<style name='DataShadow' type='Shadow' alpha='40'/>
		</definition>
		<application>
			<apply toObject='DIVLINES' styles='Anim1' />
			<apply toObject='HGRID' styles='Anim2' />
			<apply toObject='DATALABELS' styles='DataShadow,Anim2' />
	</application>	
	</styles>

</chart> 

