<settings>
	<text_color></text_color>
	<data_type>xml</data_type>
	<pie>
		<radius>70</radius>
		<inner_radius>0</inner_radius>
		<height>10</height>
		<angle>25</angle>
		<x>580</x>
		<y>70</y>
	</pie>
	<animation>
		<start_time>2</start_time>
		<start_effect>strong</start_effect>
		<pull_out_time>1.5</pull_out_time>
	</animation>
	<balloon>                                                   
	    <enabled></enabled>                                       
	    <color></color>                                           
	    <alpha></alpha>                                           
	    <text_color></text_color>                                 
	    <text_size></text_size>                                   
	    <show>
      	 <![CDATA[{title}:  ({percents}%)]]>        
	    </show>
	</balloon>

	<data_labels>
    		<radius>-4</radius>                                       <!-- [20%] (Number / Number%) distance of the labels from the pie. Use negative value to place labels on the pie -->
    		<text_color></text_color>                                 <!-- [text_color] (hex color code) -->
    		<text_size></text_size>                                   <!-- [text_size] (Number) -->
    		<max_width></max_width>                                   <!-- [120] (Number) -->
    		<show>
     		  <![CDATA[{percents}%]]>                       <!-- [] ({value} {title} {percents} {description}) You can format any data label: {value} - will be replaced with value and so on. You can add your own text or html code too. -->
    		</show>
    		<show_lines>true</show_lines>                            <!-- [true] (true / false) whether to show lines from slices to data labels or not -->                                                                                              
    		<line_color></line_color>                                 <!-- [#000000] (hex color code) -->
    		<line_alpha></line_alpha>                                 <!-- [15] (Number) -->
    		<hide_labels_percent>3</hide_labels_percent>              <!-- [0] data labels of slices less then skip_labels_percent% will be hidden (to avoid label overlapping if there are many small pie slices)-->
   		 <avoid_overlapping></avoid_overlapping>                   <!-- [true] (true / false) Whether to change data labels positions so that they wouldn't overlap or not -->                                       
  	</data_labels>

	<legend>
		<enabled></enabled>
		<x></x>
		<y>40</y>
		<width>190</width>
		<max_columns>1</max_columns>
		<spacing>0</spacing>
		<reverse_order>false</reverse_order>
	</legend>

	<export_as_image>                                           <!-- export_as_image feature works only on a web server -->
    <file>M/javascript/AmChart/Column/export.php</file>                                             <!-- [] (filename) if you set filename here, context menu (then user right clicks on flash movie) "Export as image" will appear. This will allow user to export chart as an image. Collected image data will be posted to this file name (use amcolumn/export.php or amcolumn/export.aspx) -->
    <target></target>                                         <!-- [] (_blank, _top ...) target of a window in which export file must be called -->
    <x></x>                                                   <!-- [0] (Number / Number% / !Number) x position of "Collecting data" text -->
    <y></y>                                                   <!-- [] (Number / Number% / !Number) y position of "Collecting data" text. If not set, will be aligned to the bottom of flash movie -->
    <color></color>                                           <!-- [#BBBB00] (hex color code) background color of "Collecting data" text -->
    <alpha></alpha>                                           <!-- [0] (0 - 100) background alpha -->
    <text_color></text_color>                                 <!-- [text_color] (hex color code) -->
    <text_size></text_size>                                   <!-- [text_size] (Number) -->
  </export_as_image>
  
  <error_messages>                                            <!-- "error_messages" settings will be applied for all error messages except the one which is showed if settings file wasn't found -->
    <enabled></enabled>                                       <!-- [true] (true / false) -->
    <x></x>                                                   <!-- [] (Number / Number% / !Number) x position of error message. If not set, will be aligned to the center -->
    <y></y>                                                   <!-- [] (Number / Number% / !Number) y position of error message. If not set, will be aligned to the center -->
    <color></color>                                           <!-- [#BBBB00] (hex color code) background color of error message. Separate color codes with comas for gradient -->
    <alpha></alpha>                                           <!-- [100] (0 - 100) background alpha -->
    <text_color></text_color>                                 <!-- [#FFFFFF] (hex color code) -->
    <text_size></text_size>                                   <!-- [text_size] (Number) -->
  </error_messages>
  
  <context_menu>                                              <!-- context menu allows you to controll right-click menu items. You can add custom menu items to create custom controls -->                                                              
                                                              <!-- "function_name" specifies JavaScript function which will be called when user clicks on this menu. You can pass variables, for example: function_name="alert('something')" -->
                                                              <!-- "title" sets menu item text. Do not use for title: Show all, Zoom in, Zoom out, Print, Settings... -->
                                                              <!-- you can have any number of custom menus. Uncomment the line below to enable this menu and add apropriate JS function to your html file. -->     
     <!-- <menu function_name="printChart" title="Print chart"></menu> -->
     
     <default_items>
       <zoom>false</zoom>                                     <!-- [true] (true / false) to show or not flash players zoom menu -->
       <print>true</print>                                   <!-- [true] (true / false) to show or not flash players print menu -->
     </default_items>
  </context_menu>
	
</settings>