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