<Chart lowerLimit="0" upperLimit="100" majorTMNumber="11" majorTMColor="000000" majorTMThickness="1" majorTMHeight="8" minorTMNumber="5" showGaugeBorder="0" gaugeOriginX="170" gaugeOriginY="160" gaugeOuterRadius="110" placeValuesInside="0" gaugeInnerRadius="2" displayValueDistance="25" decimalPrecision="0" numberSuffix="%25">
<dials>
	<dial value="10" borderAlpha="0" bgColor="000000" baseWidth="6" topWidth="1" radius="110"/>
</dials>
<customObjects>
	<!-- Draw the background with different slices-->
	<!-- Draw the spindle overlay circles -->
	<objectGroup xPos="170" yPos="162">
		<object type="circle" xPos="1" yPos="3" radius="117" startAngle="0" endAngle="180" fillPattern="linear" fillAsGradient="1" fillColor="dddddd,666666" fillAlpha="100,100" fillRatio="50,50" fillDegree="0" showBorder="1" borderColor="444444" borderThickness="2"/>
		<!-- Draw the different arcs 0-30 , 30-60 , so on -->
		<object type="arc" xPos="0" yPos="0" radius="112" innerRadius="57" startAngle="0" endAngle="30" color="8BBA00" fillAlpha="50" showBorder="1" borderThickness="1" borderColor="ffffff"/>

		<object type="arc" xPos="0" yPos="1" radius="112" innerRadius="57" startAngle="30" endAngle="150" color="FF5904" fillAlpha="50" showBorder="1" borderThickness="1" borderColor="ffffff"/>
		<object type="arc" xPos="0" yPos="1" radius="112" innerRadius="57" startAngle="150" endAngle="180" color="FF1111" fillAlpha="50" showBorder="1" borderThickness="1" borderColor="ffffff"/>

		<!-- Draw the spindle overlay circles -->
		<object type="arc" xPos="0" yPos="1" radius="20" innerRadius="1" startAngle="0" endAngle="360" color="dddddd"/>
		<object type="arc" xPos="0" yPos="1" radius="20" innerRadius="1" startAngle="360" endAngle="180" color="dddddd" showBorder="1" borderThickness="1"/>
		<object type="arc" xPos="0" yPos="1" radius="19" innerRadius="1" startAngle="0" endAngle="360" color="dddddd"/>
		<object type="circle" xPos="0" yPos="1" radius="15" startAngle="0" endAngle="360" color="000000" showBorder="1" borderThickness="1"/>
	</objectGroup>

</customObjects>
</Chart>