<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- 61111_wr_alloc_permits.shtml - Pie Chart 2 -->

<chart caption="Amount of Water Rights (Acre-Feet) by Type" pieRadius="120" startingAngle="180" showPercentValues="0" showValues="0" showBorder="0" showLabels="1" enableSmartLabels="1" isSmartLineSlanted="0" bgColor="FFFFFF"  baseFontSize="10">

	<set value="97963999" label="Licenses&#10;97,963,999&#10;(23%)" tooltext="Licenses{br}97,963,999{br}(23%)" color="31859C" />

	<set value="116371260" label="Statements&#10;of Water&#10;Diversion&#10;and Use&#10;116,371,260&#10;(27%)" tooltext="Statements{br}of Water{br}Diversion{br}and Use{br}116,371,260{br}(27%)"color="E6B9B8" />
	
	<set value="215383231"  label="Permits&#10;215,383,231&#10;(50%)" tooltext="Permits{br}215,383,231{br}(50%)"color="FFC000" />

   <styles>

    <definition>
      <style name="CanvasAnim" TYPE="animation" param="_xScale" START="0" duration="1" />
      <style name="fontStyle" TYPE="font" FACE="Arial" SIZE="12" />
      <style name="fontStyle2" TYPE="font" FACE="Arial" SIZE="13" />
    </definition>

     <application>
       <apply toObject="Canvas" styles="CanvasAnim" />
	   <apply toObject="DATAVALUES" styles="fontStyle" />
	   <apply toObject="DATALABELS" styles="fontStyle" />
	   <apply toObject="CAPTION" styles="fontStyle2" />
     </application>   

   </styles>

</chart> 