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[Logarithmic Scale]]></text>
11         </title>
12       </chart_settings>
13       <circular>
14         <axis radius="48">
15           <scale type="Logarithmic" log_base="2" minimum="1" maximum="512" />
16           <scale_bar enabled="True">
17             <fill color="White" opacity="0.6" />
18             <border enabled="False" />
19           </scale_bar>
20           <major_tickmark enabled="true" shape="Line">
21             <fill enabled="True" color="White" opacity="1" />
22             <border enabled="True" thickness="2" caps="None" />
23           </major_tickmark>
24           <minor_tickmark enabled="True" shape="Line" length="%AxisSize">
25             <fill enabled="True" color="White" opacity="1" />
26             <border enabled="True" thickness="1" caps="None" opacity="0.2" />
27           </minor_tickmark>
28           <labels align="Inside">
29             <font color="#E9E9E9" bold="true" size="11">
30               <effects enabled="true">
31                 <drop_shadow enabled="true" distance="1" opacity="0.5" blur_x="1" blur_y="1" />
32               </effects>
33             </font>
34           </labels>
35         </axis>
36         <frame>
37           <background>
38             <fill type="Gradient">
39               <gradient type="Radial" focal_point="-0.4">
40                 <key color="#379CDC" position="0" />
41                 <key color="#1B699A" position="0.8" />
42                 <key color="#0F3A55" position="1" />
43               </gradient>
44             </fill>
45           </background>
46           <inner_stroke thickness="2" />
47         </frame>
48         <pointers>
49           <pointer type="Needle" value="46.89">
50             <label enabled="true">
51               <position placement_mode="ByPoint" x="50" y="70" valign="Center" halign="Center" />
52               <background>
53                 <corners type="Rounded" all="3" />
54                 <fill type="Solid" color="Black" opacity="0.1" />
55                 <effects enabled="false" />
56                 <border type="Solid" color="Black" opacity="0.2" />
57               </background>
58               <font color="#F0F0F0">
59                 <effects enabled="true">
60                   <drop_shadow enabled="true" distance="1" opacity="0.5" blur_x="1" blur_y="1" />
61                 </effects>
62               </font>
63               <inside_margin top="3" bottom="3" />
64             </label>
65             <needle_pointer_style thickness="8" point_thickness="6" point_radius="2" radius="88">
66               <fill type="Gradient">
67                 <gradient angle="90">
68                   <key position="0" color="White" />
69                   <key position="0.3" color="White" />
70                   <key position="0.8" color="DarkColor(White)" />
71                   <key position="1" color="DarkColor(White)" />
72                 </gradient>
73               </fill>
74               <effects enabled="true">
75                 <drop_shadow enabled="True" distance="1" blur_x="2" blur_y="2" opacity="0.4" />
76                 <bevel enabled="True" distance="1" blur_x="2" blur_y="2" />
77               </effects>
78               <cap>
79                 <effects enabled="true">
80                   <drop_shadow enabled="True" distance="1" blur_x="2" blur_y="2" opacity="0.4" />
81                   <bevel enabled="True" distance="1" blur_x="2" blur_y="2" />
82                 </effects>
83               </cap>
84             </needle_pointer_style>
85             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Cubic" />
86           </pointer>
87         </pointers>
88       </circular>
89     </gauge>
90   </gauges>
91 </anychart>