| 01 | <?xml version="1.0" encoding="UTF-8"?> | 
| 02 | <anychart> | 
| 03 |   <charts> | 
| 04 |     <chartplot_type="CategorizedVertical"> | 
| 05 |       <data_plot_settingsdefault_series_type="Bar"> | 
| 06 |         <bar_seriesgroup_padding="0.2"style="AquaLight"> | 
| 07 |           <tooltip_settingsenabled="true"> | 
| 08 |             <format><![CDATA[{%Name} - {%Value}]]></format> | 
| 09 |           </tooltip_settings> | 
| 10 |         </bar_series> | 
| 11 |       </data_plot_settings> | 
| 12 |       <chart_settings> | 
| 13 |         <titleenabled="true"> | 
| 14 |           <text><![CDATA[Engine Temperature]]></text> | 
| 15 |         </title> | 
| 16 |         <axes> | 
| 17 |           <y_axis> | 
| 18 |             <titleenabled="False" /> | 
| 19 |             <scalemaximum_offset="0"major_interval="10" /> | 
| 20 |             <labels> | 
| 21 |               <format><![CDATA[{%Value}{numDecimals:0}]]></format> | 
| 22 |             </labels> | 
| 23 |             <axis_markers> | 
| 24 |               <ranges> | 
| 25 |                 <rangeminimum="0"maximum="30"> | 
| 26 |                   <labelenabled="True"rotation="90"> | 
| 27 |                     <format><![CDATA[Low]]></format> | 
| 28 |                     <fontbold="True"color="Green" /> | 
| 29 |                   </label> | 
| 30 |                   <fillcolor="Green"opacity="0.3" /> | 
| 31 |                   <minimum_lineenabled="False" /> | 
| 32 |                   <maximum_lineenabled="False" /> | 
| 33 |                 </range> | 
| 34 |                 <rangeminimum="30"maximum="60"> | 
| 35 |                   <labelenabled="True"rotation="90"> | 
| 36 |                     <format><![CDATA[Medium]]></format> | 
| 37 |                     <fontbold="True"color="DarkColor(Gold)" /> | 
| 38 |                   </label> | 
| 39 |                   <fillcolor="Gold"opacity="0.3" /> | 
| 40 |                   <minimum_lineenabled="False" /> | 
| 41 |                   <maximum_lineenabled="False" /> | 
| 42 |                 </range> | 
| 43 |                 <rangeminimum="60"maximum="100"> | 
| 44 |                   <labelenabled="True"rotation="90"> | 
| 45 |                     <format><![CDATA[High]]></format> | 
| 46 |                     <fontbold="True"color="DarkRed" /> | 
| 47 |                   </label> | 
| 48 |                   <fillcolor="Red"opacity="0.3" /> | 
| 49 |                   <minimum_lineenabled="False" /> | 
| 50 |                   <maximum_lineenabled="False" /> | 
| 51 |                 </range> | 
| 52 |               </ranges> | 
| 53 |             </axis_markers> | 
| 54 |           </y_axis> | 
| 55 |           <x_axis> | 
| 56 |             <title> | 
| 57 |               <text><![CDATA[Time]]></text> | 
| 58 |             </title> | 
| 59 |             <labelsrotation="90" /> | 
| 60 |           </x_axis> | 
| 61 |         </axes> | 
| 62 |       </chart_settings> | 
| 63 |       <data> | 
| 64 |         <seriesname="Series 1"> | 
| 65 |           <pointname="01:10"y="28.14" /> | 
| 66 |           <pointname="01:15"y="12.61" /> | 
| 67 |           <pointname="01:20"y="63.21" /> | 
| 68 |           <pointname="01:25"y="29.98" /> | 
| 69 |           <pointname="01:30"y="12.54" /> | 
| 70 |           <pointname="01:35"y="14.19" /> | 
| 71 |           <pointname="01:40"y="50.67" /> | 
| 72 |           <pointname="01:45"y="20.43" /> | 
| 73 |           <pointname="01:50"y="43.76" /> | 
| 74 |           <pointname="01:55"y="91.34" /> | 
| 75 |           <pointname="02:00"y="34.17" /> | 
| 76 |           <pointname="02:05"y="45.72" /> | 
| 77 |           <pointname="02:10"y="22.56" /> | 
| 78 |           <pointname="02:15"y="87.12" /> | 
| 79 |           <pointname="02:20"y="54.32" /> | 
| 80 |           <pointname="02:25"y="33.08" /> | 
| 81 |           <pointname="02:30"y="41.12" /> | 
| 82 |           <pointname="02:35"y="38.67" /> | 
| 83 |           <pointname="02:40"y="35.06" /> | 
| 84 |           <pointname="02:45"y="46.18" /> | 
| 85 |           <pointname="02:50"y="52.29" /> | 
| 86 |           <pointname="02:55"y="73.01" /> | 
| 87 |         </series> | 
| 88 |       </data> | 
| 89 |     </chart> | 
| 90 |   </charts> | 
| 91 | </anychart> |