<?xml version="1.0" encoding="UTF-8"?><graph top="60" left="40">
	
<!-- FONTS -->
	<font>
		<FontCaption font="Arial" size="14" color="" bold="false" italic="false"/>
		<FontBase font="Arial" size="15" color="000000" bold="true" italic="true" align="right"/>
		<FontAxis font="Arial" size="12" color="" bold="false" italic=""/>
		<FontChart font="Arial" size="11" color="" bold="true" italic="false"/>
		<FontLegend font="Arial" size="12" color="" bold="false" italic="false"/>
		<FontTips font="Arial" size="10" color="" bold="false" italic="false"/>
	</font>
	
<!-- TIPS -->
	<tips font="FontTips">
		<color></color>
		<borderColor></borderColor>
		<mask>%chartName, %value</mask>
	</tips>
	
	<!-- 3D SCENE -->
	<chartScene3D >
		<border></border>
		<borderColor></borderColor>
		<depthy>3</depthy>
		<depthx>10</depthx>
		<indentHeight>30</indentHeight>
		<indentDepth>40</indentDepth>
		
		<colorLight></colorLight>
		<colorNormal></colorNormal>
		<colorDark></colorDark>
		
		
		<chartPadding>10</chartPadding>
	</chartScene3D>
		
<!-- GLOBAL SCENE -->
	<chartScene width="380" height="250">
		<color></color>
		<opacity></opacity>
		<border>2</border>
		<borderColor></borderColor>
	</chartScene>
	
<!-- GRID -->
	<grid>
		<vertical>.1</vertical>	
		<verticalColor></verticalColor>	
		<horizontal>.1</horizontal>
		<horizontalColor></horizontalColor>
	</grid>
	
<!-- AXIS -->
	<axis xleft="5" xbottom="3" yleft="0" ybottom="3" yname="" xname="" font="FontAxis">
		<x-axis interval="20" intervalLine="20" ></x-axis>		<y-axis start="" end="" step="" stepWidth="10" gridWidth="10"/>
	</axis>

	<caption caption="Flycharts demo" font="FontCaption"/>
	
	<base color="000000" font="FontBase"/>
	<pieChart radius="100" linewidth="1" lineopacity="35" lineColor="000000"/>

<chartstyle name="mystyle">
	<type>line</type>
	<font>FontChart</font>
	<name>Data 1</name>
	<tips>on</tips>
	<pointTitles>on</pointTitles>
	<lineColor>000000</lineColor>
	<color>000000</color>
	<opacity>100</opacity>
	<knotType>circle</knotType>
	<knotSize>10</knotSize>
	<line>1</line>
	<nullLine>2</nullLine>
	<columnTargetColor>FFFFFFF</columnTargetColor>
	<columnWidth>20</columnWidth>
</chartstyle>
<chart chartstyle="mystyle">
	<set  value="10" ></set>
	<set  value="20" ></set>
	<set  value="10" ></set>
</chart>
</graph>