01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <settings>
04     <animation enabled="True" />
05     <locale>
06       <date_time_format>
07         <format><![CDATA[%HH:%mm:%ss %dd/%MM/%yyyy]]></format>
08       </date_time_format>
09     </locale>
10   </settings>
11   <charts>
12     <chart plot_type="Scatter">
13       <chart_settings>
14         <title>
15           <text><![CDATA[Scatter Plot: Date/Time based data with Missing points]]></text>
16         </title>
17         <axes>
18           <x_axis>
19             <scale type="DateTime" minimum_offset="0.005" maximum_offset="0.005" />
20             <labels>
21               <format><![CDATA[
22 {%Value}{dateTimeFormat:%yyyy}
23 ]]></format>
24             </labels>
25             <title>
26               <text><![CDATA[Date/Time]]></text>
27             </title>
28           </x_axis>
29           <y_axis>
30             <title>
31               <text><![CDATA[Value]]></text>
32             </title>
33           </y_axis>
34         </axes>
35       </chart_settings>
36       <data_plot_settings>
37         <line_series>
38           <tooltip_settings enabled="True">
39             <format><![CDATA[
40 Date: {%XValue}{dateTimeFormat:%dd/%MM/%yyyy}
41 Time: {%XValue}{dateTimeFormat:%HH}:{%XValue}{dateTimeFormat:%mm}:{%XValue}{dateTimeFormat:%ss}
42 Value: {%YValue}
43 ]]></format>
44           </tooltip_settings>
45           <marker_settings enabled="true">
46             <states>
47               <normal>
48                 <marker size="4" />
49               </normal>
50             </states>
51           </marker_settings>
52         </line_series>
53       </data_plot_settings>
54       <data>
55         <series type="Line">
56           <point x="11:30:00 04/07/1977" y="190.140" />
57           <point x="11:07:00 05/08/1977" y="190.620" />
58           <point x="10:40:00 08/09/1977" y="Missing" />
59           <point x="10:55:00 03/10/1977" y="Missing" />
60           <point x="11:05:00 02/11/1977" y="Missing" />
61           <point x="10:35:00 20/12/1977" y="190.840" />
62           <point x="10:25:00 03/02/1978" y="190.870" />
63           <point x="10:50:00 29/03/1978" y="190.840" />
64           <point x="11:20:00 02/05/1978" y="190.680" />
65           <point x="10:40:00 07/06/1978" y="190.800" />
66           <point x="10:44:00 10/07/1978" y="191.240" />
67           <point x="09:58:00 11/08/1978" y="191.715" />
68           <point x="10:25:00 06/09/1978" y="191.460" />
69           <point x="11:05:00 10/10/1978" y="191.340" />
70           <point x="11:36:00 16/11/1978" y="191.050" />
71           <point x="10:52:00 04/12/1978" y="191.070" />
72           <point x="11:18:00 03/01/1979" y="190.990" />
73           <point x="11:37:00 08/02/1979" y="191.010" />
74           <point x="10:44:00 01/03/1979" y="190.985" />
75           <point x="10:52:00 06/04/1979" y="190.495" />
76           <point x="11:25:00 01/05/1979" y="190.830" />
77           <point x="12:15:00 08/06/1979" y="190.640" />
78           <point x="13:35:00 04/07/1979" y="191.135" />
79           <point x="13:37:00 04/07/1979" y="191.135" />
80           <point x="13:10:00 01/08/1979" y="191.140" />
81           <point x="13:29:00 06/09/1979" y="191.085" />
82           <point x="12:47:00 01/10/1979" y="191.130" />
83           <point x="12:56:00 05/11/1979" y="190.850" />
84           <point x="12:00:00 04/12/1979" y="190.810" />
85           <point x="11:00:00 03/01/1980" y="190.820" />
86           <point x="11:21:00 11/02/1980" y="190.745" />
87           <point x="11:42:00 05/03/1980" y="190.668" />
88           <point x="11:39:00 08/04/1980" y="190.588" />
89           <point x="11:16:00 01/05/1980" y="190.510" />
90           <point x="12:30:00 04/06/1980" y="190.585" />
91           <point x="13:20:00 02/07/1980" y="191.363" />
92           <point x="12:46:00 04/08/1980" y="191.430" />
93           <point x="12:32:00 04/09/1980" y="191.455" />
94           <point x="10:12:00 10/10/1980" y="191.190" />
95           <point x="12:04:00 04/11/1980" y="191.015" />
96           <point x="11:22:00 03/12/1980" y="190.850" />
97           <point x="09:30:00 02/01/1981" y="190.870" />
98           <point x="12:13:00 02/02/1981" y="190.815" />
99           <point x="12:07:00 10/03/1981" y="190.660" />
100           <point x="12:05:00 06/04/1981" y="190.820" />
101           <point x="11:22:00 06/05/1981" y="190.176" />
102           <point x="12:07:00 02/06/1981" y="191.545" />
103           <point x="11:11:00 10/07/1981" y="191.715" />
104           <point x="11:39:00 04/08/1981" y="Missing" />
105           <point x="13:48:00 31/08/1981" y="Missing" />
106           <point x="11:58:00 08/10/1981" y="Missing" />
107           <point x="11:26:00 04/11/1981" y="Missing" />
108           <point x="11:55:00 01/12/1981" y="Missing" />
109           <point x="11:59:00 07/01/1982" y="Missing" />
110           <point x="12:21:00 08/02/1982" y="Missing" />
111           <point x="12:13:00 02/03/1982" y="Missing" />
112           <point x="14:05:00 02/04/1982" y="Missing" />
113           <point x="12:10:00 10/05/1982" y="Missing" />
114           <point x="12:22:00 02/06/1982" y="Missing" />
115           <point x="11:57:00 08/07/1982" y="Missing" />
116           <point x="12:42:00 05/08/1982" y="Missing" />
117           <point x="12:00:00 07/09/1982" y="Missing" />
118           <point x="12:27:00 14/10/1982" y="Missing" />
119           <point x="11:15:00 10/11/1982" y="Missing" />
120           <point x="11:54:00 08/12/1982" y="191.130" />
121           <point x="09:48:00 12/01/1983" y="190.975" />
122           <point x="11:58:00 02/02/1983" y="190.930" />
123           <point x="11:36:00 17/03/1983" y="190.795" />
124           <point x="12:06:00 11/04/1983" y="190.610" />
125           <point x="11:47:00 03/05/1983" y="190.650" />
126           <point x="13:41:00 01/06/1983" y="190.600" />
127           <point x="13:10:00 07/07/1983" y="191.650" />
128           <point x="12:26:00 30/08/1983" y="191.870" />
129           <point x="12:17:00 14/10/1983" y="191.620" />
130           <point x="09:30:00 30/11/1983" y="191.300" />
131           <point x="13:01:00 22/12/1983" y="191.320" />
132           <point x="12:15:00 14/02/1984" y="191.035" />
133           <point x="13:25:00 16/03/1984" y="190.880" />
134           <point x="12:59:00 09/04/1984" y="190.870" />
135           <point x="14:11:00 02/05/1984" y="190.790" />
136           <point x="13:10:00 12/06/1984" y="191.320" />
137           <point x="12:43:00 02/07/1984" y="191.246" />
138           <point x="14:22:00 08/08/1984" y="191.500" />
139           <point x="14:46:00 04/09/1984" y="191.434" />
140           <point x="12:07:00 03/10/1984" y="191.410" />
141           <point x="13:14:00 30/10/1984" y="191.210" />
142           <point x="14:08:00 10/12/1984" y="191.060" />
143           <point x="11:39:00 21/01/1985" y="190.890" />
144           <point x="13:02:00 25/02/1985" y="190.800" />
145           <point x="12:49:00 09/05/1985" y="190.510" />
146           <point x="13:21:00 07/06/1985" y="190.530" />
147           <point x="14:05:00 05/07/1985" y="191.280" />
148           <point x="12:21:00 07/08/1985" y="191.580" />
149           <point x="12:49:00 09/09/1985" y="191.600" />
150           <point x="12:35:00 07/10/1985" y="191.390" />
151           <point x="13:12:00 05/11/1985" y="191.190" />
152           <point x="13:34:00 03/12/1985" y="191.075" />
153           <point x="13:01:00 07/02/1986" y="190.850" />
154           <point x="12:41:00 10/03/1986" y="190.920" />
155           <point x="12:05:00 02/04/1986" y="190.740" />
156           <point x="13:03:00 05/05/1986" y="190.640" />
157           <point x="12:46:00 09/06/1986" y="190.870" />
158           <point x="13:38:00 08/07/1986" y="191.640" />
159           <point x="12:03:00 05/08/1986" y="191.910" />
160           <point x="13:33:00 04/09/1986" y="191.810" />
161           <point x="10:55:00 08/10/1986" y="191.480" />
162           <point x="11:52:00 05/11/1986" y="191.340" />
163           <point x="12:35:00 03/12/1986" y="191.150" />
164           <point x="13:42:00 04/02/1987" y="190.950" />
165           <point x="13:37:00 03/04/1987" y="190.605" />
166           <point x="13:30:00 01/05/1987" y="190.640" />
167           <point x="11:47:00 05/06/1987" y="190.630" />
168           <point x="11:37:00 01/07/1987" y="191.100" />
169           <point x="11:41:00 07/08/1987" y="191.550" />
170           <point x="11:31:00 02/09/1987" y="191.440" />
171           <point x="13:30:00 05/10/1987" y="191.280" />
172           <point x="13:48:00 09/11/1987" y="191.040" />
173           <point x="14:39:00 10/12/1987" y="190.960" />
174           <point x="13:21:00 05/01/1988" y="190.820" />
175           <point x="14:36:00 03/02/1988" y="190.650" />
176           <point x="13:14:00 03/03/1988" y="190.370" />
177           <point x="13:42:00 31/03/1988" y="190.250" />
178           <point x="11:11:00 03/05/1988" y="190.130" />
179           <point x="13:54:00 13/06/1988" y="191.370" />
180           <point x="13:57:00 22/07/1988" y="191.490" />
181           <point x="13:40:00 16/08/1988" y="191.740" />
182           <point x="14:15:00 22/09/1988" y="191.440" />
183           <point x="14:07:00 09/11/1988" y="191.200" />
184           <point x="15:16:00 14/12/1988" y="Missing" />
185           <point x="14:39:00 05/01/1989" y="Missing" />
186           <point x="11:52:00 03/02/1989" y="Missing" />
187           <point x="14:18:00 10/04/1989" y="Missing" />
188           <point x="14:00:00 25/05/1989" y="Missing" />
189           <point x="13:57:00 22/06/1989" y="Missing" />
190           <point x="15:22:00 31/07/1989" y="Missing" />
191           <point x="10:22:00 30/08/1989" y="Missing" />
192           <point x="13:57:00 06/10/1989" y="191.080" />
193           <point x="14:39:00 10/11/1989" y="190.850" />
194           <point x="13:46:00 07/12/1989" y="190.660" />
195           <point x="13:54:00 16/01/1990" y="190.380" />
196           <point x="13:21:00 14/02/1990" y="190.760" />
197           <point x="13:41:00 13/03/1990" y="190.760" />
198           <point x="11:58:00 18/04/1990" y="190.310" />
199           <point x="14:57:00 28/05/1990" y="190.160" />
200           <point x="14:10:00 30/05/1990" y="Missing" />
201           <point x="11:58:00 27/06/1990" y="Missing" />
202           <point x="12:24:00 27/07/1990" y="Missing" />
203           <point x="12:01:00 21/08/1990" y="Missing" />
204           <point x="13:20:00 21/09/1990" y="Missing" />
205           <point x="10:19:00 05/11/1990" y="Missing" />
206           <point x="11:57:00 06/11/1990" y="190.900" />
207           <point x="11:23:00 30/11/1990" y="190.840" />
208           <point x="13:11:00 28/12/1990" y="190.680" />
209           <point x="12:15:00 25/01/1991" y="190.460" />
210           <point x="13:04:00 25/02/1991" y="190.140" />
211           <point x="14:21:00 19/03/1991" y="190.010" />
212           <point x="11:22:00 24/04/1991" y="189.750" />
213           <point x="13:11:00 27/04/1991" y="189.840" />
214           <point x="13:47:00 22/05/1991" y="189.680" />
215         </series>
216       </data>
217     </chart>
218   </charts>
219 </anychart>