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 |
<linear orientation="Horizontal"> |
14 |
<axis size="15" position="58"> |
15 |
<scale type="Logarithmic" minimum="1" maximum="1024" log_base="2" inverted="true" /> |
16 |
<scale_line enabled="false" /> |
17 |
<scale_bar enabled="true"> |
18 |
<effects> |
19 |
<drop_shadow distance="1" blur_x="2" blur_y="2" opacity="0.2" /> |
20 |
</effects> |
21 |
</scale_bar> |
22 |
<minor_tickmark enabled="true" align="Center" shape="Line" length="%AxisSize"> |
23 |
<border enabled="true" color="#494949" opacity="0.3" /> |
24 |
</minor_tickmark> |
25 |
<major_tickmark enabled="true" align="Center" shape="Line" length="%AxisSize"> |
26 |
<border enabled="true" color="#494949" /> |
27 |
</major_tickmark> |
28 |
<labels enabled="true" align="Inside" padding="2"> |
29 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
30 |
<font family="Arial" size="10" bold="false" color="#494949" /> |
31 |
</labels> |
32 |
</axis> |
33 |
<frame enabled="true" type="Rectangular"> |
34 |
<corners type="Rounded" all="5" /> |
35 |
<outer_stroke enabled="true" thickness="3"> |
36 |
<fill type="Gradient"> |
37 |
<gradient angle="45"> |
38 |
<key color="#FEFEFE" /> |
39 |
<key color="#CECECE" /> |
40 |
</gradient> |
41 |
</fill> |
42 |
<border enabled="true" color="Black" opacity="0.1" /> |
43 |
</outer_stroke> |
44 |
<inner_stroke enabled="false" /> |
45 |
<background> |
46 |
<fill type="Solid" color="White"> |
47 |
<gradient> |
48 |
<key position="0" color="#FFFFFF" /> |
49 |
<key position="0.3" color="#EEEEEE" /> |
50 |
<key position="1" color="#FEFEFE" /> |
51 |
</gradient> |
52 |
</fill> |
53 |
<border enabled="false" type="Gradient" thickness="6" /> |
54 |
<effects enabled="true"> |
55 |
<inner_shadow enabled="true" distance="3" opacity="0.2" /> |
56 |
</effects> |
57 |
</background> |
58 |
<effects enabled="true"> |
59 |
<drop_shadow enabled="true" distance="1" opacity="0.3" /> |
60 |
</effects> |
61 |
</frame> |
62 |
<pointers> |
63 |
<pointer type="Bar" value="34" color="#F1683C"> |
64 |
<label enabled="false" /> |
65 |
<animation enabled="true" start_time="0" duration="1" interpolation_type="Circular" /> |
66 |
</pointer> |
67 |
</pointers> |
68 |
</linear> |
69 |
</gauge> |
70 |
</gauges> |
71 |
</anychart> |