01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <settings>
04     <animation enabled="true" />
05   </settings>
06   <gauges>
07     <gauge>
08       <chart_settings>
09         <title>
10           <text><![CDATA[Speedometer]]></text>
11         </title>
12       </chart_settings>
13       <circular>
14         <styles>
15           <needle_pointer_style name="anychart_default" radius="85" base_radius="0" point_thickness="0" thickness="9" point_radius="0">
16             <fill color="#E28D00" type="Gradient">
17               <gradient>
18                 <key color="#C06B00" />
19                 <key color="#EC9700" />
20                 <key color="#C56A00" />
21               </gradient>
22             </fill>
23             <effects enabled="true">
24               <drop_shadow enabled="true" color="Black" distance="1" blur_x="1" blur_y="1" opacity="0.5" />
25             </effects>
26             <cap enabled="true" radius="15">
27               <background enabled="true">
28                 <fill type="Gradient">
29                   <gradient type="Radial">
30                     <key color="#666666" position="0" />
31                     <key color="#666666" position="0.7" />
32                     <key color="#292929" position="1" />
33                   </gradient>
34                 </fill>
35               </background>
36             </cap>
37           </needle_pointer_style>
38         </styles>
39         <axis radius="40" start_angle="25" sweep_angle="310" size="3">
40           <scale minimum="0" maximum="100" major_interval="10" minor_interval="2.5" />
41           <scale_bar enabled="true">
42             <fill enabled="true" color="#898989" />
43             <effects enabled="true">
44               <drop_shadow enabled="true" distance="1" blur_x="1" blur_y="1" opacity="1" color="Black" />
45             </effects>
46           </scale_bar>
47           <major_tickmark width="1.5" length="3.5" align="Outside">
48             <fill enabled="true" color="#E7E7E7" />
49             <effects enabled="true">
50               <drop_shadow enabled="true" distance="1" blur_x="1" blur_y="1" opacity="1" color="Black" />
51             </effects>
52           </major_tickmark>
53           <minor_tickmark width="1" length="1.5" align="Outside">
54             <fill enabled="true" color="#A4A4A4" />
55           </minor_tickmark>
56           <labels enabled="true" rotate_circular="false" align="Outside" padding="1">
57             <format><![CDATA[{%Value}{numDecimals:0}]]></format>
58             <font color="#D7D7D7" bold="true" size="12" family="Arial">
59               <effects enabled="true">
60                 <drop_shadow enabled="true" distance="1" blur_x="1" blur_y="1" opacity="1" color="Black" />
61               </effects>
62             </font>
63           </labels>
64         </axis>
65         <extra_axes>
66           <axis radius="40" start_angle="25" sweep_angle="310">
67             <scale minimum="0" maximum="160" major_interval="20" />
68             <scale_bar enabled="false" />
69             <major_tickmark width="1" length="2" align="Inside">
70               <fill enabled="true" color="#A4A4A4" />
71             </major_tickmark>
72             <minor_tickmark enabled="false" />
73             <labels enabled="true" rotate_circular="false" align="Inside">
74               <format><![CDATA[{%Value}{numDecimals:0}]]></format>
75               <font color="#CDCDCD" bold="true" size="11" family="Arial">
76                 <effects enabled="true">
77                   <drop_shadow enabled="true" distance="1" blur_x="1" blur_y="1" opacity="1" color="Black" />
78                 </effects>
79               </font>
80             </labels>
81           </axis>
82         </extra_axes>
83         <frame type="Circular">
84           <background>
85             <fill enabled="true" type="Gradient">
86               <gradient type="Radial">
87                 <key color="#303030" />
88                 <key color="#101010" />
89               </gradient>
90             </fill>
91           </background>
92           <outer_stroke enabled="false" />
93           <inner_stroke enabled="true" thickness="10">
94             <border enabled="false" />
95             <fill enabled="true" type="Gradient">
96               <gradient type="Radial">
97                 <key color="#1B1B1B" position="0.9" />
98                 <key color="#6F6F6F" position="0.94" />
99                 <key color="#000000" position="1" />
100               </gradient>
101             </fill>
102           </inner_stroke>
103         </frame>
104         <labels>
105           <label>
106             <format><![CDATA[MPH]]></format>
107             <position placement_mode="ByPoint" x="50" y="86" valign="Center" halign="Center" />
108             <font color="#A7A7A7" bold="true" size="12" family="Arial">
109               <effects enabled="true">
110                 <drop_shadow enabled="true" distance="1" blur_x="1" blur_y="1" opacity="1" color="Black" />
111               </effects>
112             </font>
113             <background enabled="false" />
114           </label>
115           <label>
116             <format><![CDATA[KPH]]></format>
117             <position placement_mode="ByPoint" x="50" y="80" valign="Center" halign="Center" />
118             <font color="#A7A7A7" bold="true" size="12" family="Arial">
119               <effects enabled="true">
120                 <drop_shadow enabled="true" distance="1" blur_x="1" blur_y="1" opacity="1" color="Black" />
121               </effects>
122             </font>
123             <background enabled="false" />
124           </label>
125         </labels>
126         <pointers>
127           <pointer type="needle" value="81.2">
128             <label enabled="true" under_pointers="true">
129               <format><![CDATA[{%Value}{numDecimals:1} mph]]></format>
130               <position placement_mode="ByPoint" x="50" y="36" valign="Center" halign="Center" />
131               <font color="#C7C7C7" bold="true" size="11" family="Arial">
132                 <effects enabled="true">
133                   <drop_shadow enabled="true" distance="1" blur_x="1" blur_y="1" opacity="1" color="Black" />
134                 </effects>
135               </font>
136               <background enabled="true">
137                 <fill type="Gradient">
138                   <gradient>
139                     <key color="Rgb(33,33,33)" />
140                     <key color="Rgb(88,88,88)" />
141                     <key color="Rgb(33,33,33)" />
142                   </gradient>
143                 </fill>
144                 <corners type="Rounded" all="3" />
145                 <border enabled="false" />
146                 <effects enabled="true">
147                   <inner_shadow enabled="true" distance="2" />
148                 </effects>
149               </background>
150             </label>
151             <animation enabled="true" start_time="0" duration="0.8" interpolation_type="Back" />
152           </pointer>
153         </pointers>
154       </circular>
155     </gauge>
156   </gauges>
157 </anychart>