<chart>

	<axis_category shadow='low' size='10' color='FFFFFF' alpha='75' orientation='diagonal_up' />
	<axis_ticks value_ticks='true' category_ticks='true' />
	<axis_value shadow='low' alpha='75' orientation='horizontal' />

	<chart_border top_thickness='0' bottom_thickness='3' left_thickness='3' right_thickness='0' />
	<chart_data>
		<row>
			<null/>
			<string>S</string>
			<string>M</string>
			<string>T</string>
			<string>W</string>
			<string>T</string>
			<string>F</string>
			<string>S</string>
		</row>
		<row>
			<string>Region 1</string>
			<number tooltip='70'>70</number>
			<number tooltip='60'>60</number>
			<number tooltip='11'>11</number>
			<number tooltip='15'>15</number>
			<number tooltip='20'>20</number>
			<number tooltip='22'>22</number>
			<number tooltip='21'>21</number>
		</row>
		<row>
			<string>Region 2</string>
			<number tooltip='30'>30</number>
			<number tooltip='32'>32</number>
			<number tooltip='35'>35</number>
			<number tooltip='80'>80</number>
			<number tooltip='84'>84</number>
			<number tooltip='70'>70</number>
			<number tooltip='36'>36</number>
		</row>
	</chart_data>
	<chart_grid_h thickness='1' color='000000' alpha='20' />
	<chart_grid_v thickness='1' color='000000' alpha='20' />
	<chart_rect x='25' y='25' width='425' height='200' positive_alpha='20' />
	<chart_pref rotation_x='20' rotation_y='40' drag='false' />
	<chart_transition type='blink' delay='1' duration='2' order='series' />
	<chart_type>parallel 3d column</chart_type>

	<draw>
		<rect shadow='bg' layer='background' x='0' y='0' width='480' height='300' fill_color='667788' fill_alpha='100' line_alpha='0' line_thickness='0' />
	</draw>
	<filter>
		<shadow id='bg' inner='true' quality='2' distance='50' angle='135' color='000000' alpha='20' blurX='300' blurY='200' />
		<shadow id='low' distance='2' angle='45' alpha='50' blurX='2' blurY='2' />
	</filter>
	
	<legend shadow='low' x='55' y='250' width='370' height='50' margin='20' fill_color='000000' fill_alpha='7' line_color='000000' line_alpha='0' line_thickness='0' layout='horizontal' size='12' color='FFFFFF' alpha='80' />
	<tooltip color='000000' alpha='75' size='12' background_color_1='ffffff' background_color_2='ffff44' background_alpha='90' shadow='low' />
	
	<series_color>
		<color>ff8844</color>
		<color>88ff00</color>
	</series_color>
	<series bar_gap='50' set_gap='50' />

</chart>