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[Using Bar Pointers]]></text>
11         </title>
12       </chart_settings>
13       <circular>
14         <axis name="downStream" radius="45" start_angle="45" sweep_angle="270">
15           <scale minimum="50" maximum="150" />
16           <scale_bar size="1.5">
17             <fill color="#BBBBBB" opacity="1" />
18           </scale_bar>
19           <labels align="Outside" rotate_circular="true" auto_orientation="true">
20             <font family="Verdana.swf" size="8" />
21           </labels>
22           <major_tickmark shape="Trapezoid" width="5" length="8">
23             <fill color="White" />
24             <border enabled="true" color="#494949" />
25             <effects enabled="true">
26               <bevel enabled="true" distance="2" shadow_opacity="0.5" highlight_opacity="0.5" />
27             </effects>
28           </major_tickmark>
29           <minor_tickmark shape="Trapezoid" width="3" length="4">
30             <fill color="White" />
31             <border enabled="true" color="#494949" opacity="0.5" />
32             <effects enabled="true">
33               <bevel enabled="true" distance="1" shadow_opacity="0.3" highlight_opacity="0.3" />
34             </effects>
35           </minor_tickmark>
36         </axis>
37         <extra_axes>
38           <axis name="upStream" radius="30" start_angle="45" sweep_angle="270">
39             <scale minimum="0" maximum="64" major_interval="8" />
40             <scale_bar size="2">
41               <fill color="#BBBBBB" opacity="1" />
42             </scale_bar>
43             <labels align="Outside" rotate_circular="true" auto_orientation="true">
44               <font family="Verdana.swf" size="10.5" />
45             </labels>
46             <major_tickmark shape="Trapezoid" width="6.5" length="10.5">
47               <fill color="White" />
48               <border enabled="true" color="#494949" />
49               <effects enabled="true">
50                 <bevel enabled="true" distance="2" shadow_opacity="0.5" highlight_opacity="0.5" />
51               </effects>
52             </major_tickmark>
53             <minor_tickmark shape="Trapezoid" width="4" length="5.3">
54               <fill color="White" />
55               <border enabled="true" color="#494949" opacity="0.5" />
56               <effects enabled="true">
57                 <bevel enabled="true" distance="1" shadow_opacity="0.3" highlight_opacity="0.3" />
58               </effects>
59             </minor_tickmark>
60           </axis>
61         </extra_axes>
62         <frame type="Circular">
63           <inner_stroke enabled="false" thickness="2" />
64           <outer_stroke thickness="3" />
65           <background>
66             <fill type="Gradient">
67               <gradient>
68                 <key color="White" />
69                 <key color="Rgb(240,240,240)" />
70               </gradient>
71             </fill>
72             <effects enabled="true">
73               <inner_shadow enabled="true" opacity="0.3" />
74             </effects>
75           </background>
76           <effects enabled="false" />
77         </frame>
78         <pointers>
79           <pointer type="Bar" value="138" color="#F0673B" axis="downStream">
80             <bar_pointer_style align="Inside" padding="4" width="5">
81               <effects enabled="true">
82                 <inner_shadow enabled="true" distance="3" blur_x="2" blur_y="2" opacity="0.4" />
83               </effects>
84             </bar_pointer_style>
85             <animation enabled="true" start_time="0" duration="0.7" interpolation_type="Cubic" />
86           </pointer>
87           <pointer type="Bar" value="34" color="#2AD62A" axis="upStream">
88             <bar_pointer_style align="Inside" padding="6" width="6.5">
89               <effects enabled="true">
90                 <inner_shadow enabled="true" distance="3" blur_x="2" blur_y="2" opacity="0.4" />
91               </effects>
92             </bar_pointer_style>
93             <animation enabled="true" start_time="0" duration="0.7" interpolation_type="Cubic" />
94           </pointer>
95         </pointers>
96         <labels>
97           <label>
98             <position placement_mode="ByPoint" x="50" y="50" valign="Center" halign="Center" />
99             <format><![CDATA[MBit/s]]></format>
100             <background enabled="false" />
101             <font size="12" bold="true" />
102           </label>
103           <label>
104             <position placement_mode="ByPoint" x="50" y="75" valign="Center" halign="Center" />
105             <format><![CDATA[Bandwith Usage]]></format>
106             <background enabled="false" />
107             <font size="12" bold="true" underline="true" color="#555555" />
108           </label>
109           <label>
110             <position placement_mode="ByPoint" x="43" y="80" valign="Center" halign="Right" />
111             <format><![CDATA[Downstream]]></format>
112             <background enabled="false" />
113             <font size="12" bold="true" underline="false" color="#555555" />
114           </label>
115           <label>
116             <position placement_mode="ByPoint" x="43" y="84" valign="Center" halign="Right" />
117             <format><![CDATA[Upstream]]></format>
118             <background enabled="false" />
119             <font size="12" bold="true" underline="false" color="#555555" />
120           </label>
121         </labels>
122       </circular>
123     </gauge>
124   </gauges>
125 </anychart>