<?xml version="1.0" encoding="UTF-8"?>
<settings>
   <!-- chart config -->
   <legend>
      <enabled>false</enabled>
   </legend>
   
   
   <!-- plugin config -->   
   <plugins>
    <!-- value indicator plugin is suitable for line chart, column chart & xy chart -->
    <plugin file="../amline/plugins/value_indicator.swf" position="above">      <!-- file should be located in "path" folder. position can be "behind" or "above". "behind" means that the plugin will be loaded behind graphs -->
      <chart_type>line</chart_type>                                             <!-- [line] (line / column / xy) this plugin can be used with line or with column chart -->
      <axis>left</axis>                                                         <!-- [left] (left / right / x / y) if used with line chat use left or right, if used with xy chart, use x or y -->
      <line_color>#BBBB00</line_color>                                          <!-- [#BBBB00] (hex color code) -->
      <line_alpha></line_alpha>                                                 <!-- [100] (0 - 100) -->
      <text_color>#000000</text_color>                                          <!-- [settings.text_color] -->
      <text_size>13</text_size>                                                 <!-- [settings.tex_size] -->
      <precision>2</precision>                                                  <!-- [0] (Number) how many numbers after comma should be shown -->
    </plugin>
  </plugins>
  
  
</settings>

