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[Simple Knob]]></text>
11         </title>
12       </chart_settings>
13       <circular>
14         <styles>
15           <knob_pointer_style name="anychart_default">
16             <knob_background radius="80" gear_height="5">
17               <border enabled="true" color="#494949" opacity="0.5" />
18               <fill enabled="true" type="Gradient">
19                 <gradient angle="45">
20                   <key color="White" />
21                   <key color="Rgb(220,220,220)" />
22                 </gradient>
23               </fill>
24               <effects enabled="true">
25                 <drop_shadow enabled="true" distance="1" opacity="0.3" />
26               </effects>
27             </knob_background>
28             <cap enabled="true" radius="40">
29               <inner_stroke enabled="false" />
30               <outer_stroke enabled="false" />
31               <background enabled="true">
32                 <fill enabled="true" type="Gradient">
33                   <gradient angle="45">
34                     <key color="White" />
35                     <key color="Rgb(220,220,220)" />
36                   </gradient>
37                 </fill>
38                 <border enabled="true" color="#494949" opacity="0.5" />
39               </background>
40             </cap>
41             <needle radius="90" base_radius="0" thickness="15" point_thickness="10" point_radius="4">
42               <fill color="#F0673B" type="Solid" />
43               <border enabled="true" type="Solid" color="#494949" opacity="0.3" />
44             </needle>
45           </knob_pointer_style>
46         </styles>
47         <axis radius="37" start_angle="0" sweep_angle="360">
48           <scale minimum="0" maximum="100" major_interval="10" minor_interval="5" />
49           <scale_bar enabled="true" width="10">
50             <fill color="#1D8BD1" opacity="0.8" />
51           </scale_bar>
52           <major_tickmark enabled="true" align="Outside" width="2.5" length="10" shape="Rectangle">
53             <fill color="#494949" />
54           </major_tickmark>
55           <minor_tickmark enabled="true" align="Outside" width="2.5" length="5" shape="Rectangle">
56             <fill color="#494949" />
57           </minor_tickmark>
58           <labels enabled="true" align="Outside" padding="12" show_first="false">
59             <format><![CDATA[{%Value}{numDecimals:0}]]></format>
60             <font family="Arial" size="11" bold="true" />
61           </labels>
62         </axis>
63         <frame enabled="false" />
64         <pointers>
65           <pointer type="Knob" value="40" editable="true">
66             <label enabled="true">
67               <format><![CDATA[{%Value}{numDecimals:0}]]></format>
68               <position placement_mode="ByPoint" x="50" y="50" valign="Center" halign="Center" />
69               <background enabled="false" />
70             </label>
71             <animation enabled="true" start_time="0" duration="0.5" interpolation_type="Circular" />
72           </pointer>
73         </pointers>
74       </circular>
75     </gauge>
76   </gauges>
77 </anychart>