<?xml version="1.0" encoding="UTF-8"?>
<settings> 
  <font>Georgia</font>                                    
  <text_color>#FFFFFF</text_color>                        
  <digits_after_decimal>2</digits_after_decimal>          
  
  <background>                                            
    <file>bg_oil.swf</file>                                   
  </background>
     
  <plot_area>                                             
    <margins>                                             
      <left>60</left>                                      
      <top>0</top>                                         
      <right>60</right>                                    
      <bottom>97</bottom>                                 
    </margins>
  </plot_area>
  
  <scroller>
    <y>360</y>                                                
    <color>#BBBB00</color>                                
    <bg_color>#FFFFFF</bg_color>                          
    <bg_alpha>20</bg_alpha>                                  
  </scroller>

  <grid>
    <x> 
      <enabled>false</enabled>                                                           
    </x>
    <y_left>
      <enabled>false</enabled>
    </y_left>
  </grid>
  
  <values> 
    <y_left>
      <unit>$</unit>   
      <unit_position>left</unit_position>
      <skip_last>true</skip_last>      
    </y_left>
  </values>
  
  <axes>                                 
    <x>                        
      <color>#FFFFFF</color>   
      <alpha>25</alpha>        
      <width>1</width>         
    </x>
    <y_left>                   
      <alpha>10</alpha>        
      <width>1</width>         
    </y_left>
  </axes>  
  
  <indicator>                                   
    <selection_color>#000000</selection_color>  
    <selection_alpha>25</selection_alpha>       
    <one_y_balloon>true</one_y_balloon>         
  </indicator>
    
  <legend>                                      
    <x>100</x>                                  
    <y>100</y>                                  
    <width>200</width>                          
    <text_color_hover>#000000</text_color_hover>    
    <values>                                              
      <enabled>true</enabled>                   
      <text><![CDATA[{value}$]]></text>         
     </values>    
  </legend>  
  
  <zoom_out_button>
    <x>495</x>                                
    <y>375</y>                                
    <alpha>100</alpha>                        
    <text_color>#FFFFFF</text_color>           
    <text_color_hover>#000000</text_color_hover>    
  </zoom_out_button> 
   
  <help>                                          
    <button>                                    
      <alpha>50</alpha>                         
    </button>    
    <balloon>                                   
      <text>                                    
        <![CDATA[Click on the graph to turn on/off value baloon <br/><br/>Click on legend key to show/hide graph<br/><br/>Mark the area you wish to enlarge]]>
      </text>
    </balloon>    
  </help> 

  <context_menu>            
     <menu function_name="selectInterval(10)" title="10 years"></menu>
     <menu function_name="selectInterval(20)" title="20 years"></menu>
     <menu function_name="showAll" title="Show full"></menu>
     <default_items>
       <zoom>false</zoom>
       <print>false</print>
     </default_items>
  </context_menu>

  
  <labels>                                   
    <label>
      <x>98</x>                              
      <y>70</y>                             
      <text_size>15</text_size>              
      <text>                                 
        <![CDATA[<b>Historical Crude Oil Prices</b>]]>
      </text>        
    </label>    
    <label>
      <x>60</x>       
      <y>390</y>      
      <width>390</width>
      <align>left</align>  
      <text_size>10</text_size>
      <text> 
        <![CDATA[Source: <a href="http://inflationdata.com/inflation/Inflation_Rate/Historical_Oil_Prices_Table.asp"><u>InflationdData.com</u></a>]]>
      </text>        
    </label>    
  </labels> 
  
  <graphs>            
    <graph gid="1">                                     
      <axis>left</axis>                                 
      <title>Nominal</title>                            
      <color>#FFCC00</color>                            
      <color_hover>#000000</color_hover>                
      <balloon_text_color>#000000</balloon_text_color>  
      <bullet>round</bullet>
      <bullet_size>5</bullet_size>                            
      <balloon_text>
        <![CDATA[<b>${value}</b><br>{description}]]>    
      </balloon_text>
      <data_labels>
        <![CDATA[]]>                                                                                                  
      </data_labels>  
    </graph>
    
    <graph gid="2">                                                            
      <axis>left</axis>                   
      <title>Inflation Adjusted 2006</title>
      <line_alpha>0</line_alpha>              
      <color>#000000</color>     
      <bullet>square</bullet>
      <bullet_alpha>100</bullet_alpha>
      <bullet_size>5</bullet_size>
      <balloon_text_color>#FFFFFF</balloon_text_color>                
      <color_hover>#000000</color_hover>
      <balloon_text_color>#000000</balloon_text_color>
      <balloon_text>
        <![CDATA[<b>${value}</b>]]>                                
      </balloon_text> 
      <vertical_lines>true</vertical_lines>           
    </graph>
  </graphs> 
</settings>

