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[Linear Gauge]]></text> |
11 |
</title> |
12 |
</chart_settings> |
13 |
<linear orientation="Horizontal"> |
14 |
<axis name="linearAxis"> |
15 |
<scale minimum="-20" maximum="140" major_interval="20" minor_interval="5" /> |
16 |
<scale_bar> |
17 |
<effects enabled="false" /> |
18 |
</scale_bar> |
19 |
</axis> |
20 |
<extra_axes> |
21 |
<axis name="logAxis"> |
22 |
<scale type="Logarithmic" minimum="1" maximum="256" log_base="2" /> |
23 |
<scale_bar enabled="false" /> |
24 |
<major_tickmark align="Outside" /> |
25 |
<minor_tickmark align="Outside" /> |
26 |
<labels align="Outside" /> |
27 |
<scale_line align="Outside" /> |
28 |
</axis> |
29 |
</extra_axes> |
30 |
<pointers> |
31 |
<pointer type="Bar" value="73.2" color="#5A7CE0" axis="linearAxis"> |
32 |
<tooltip enabled="true"> |
33 |
<format><![CDATA[Linear Scale: {%Value}{numDecimals:1}]]></format> |
34 |
</tooltip> |
35 |
<bar_pointer_style> |
36 |
<effects enabled="true"> |
37 |
<bevel enabled="true" distance="3" shadow_opacity="0.6" highlight_opacity="0.6" /> |
38 |
</effects> |
39 |
</bar_pointer_style> |
40 |
<animation enabled="true" start_time="0" duration="0.3" interpolation_type="Cubic" /> |
41 |
</pointer> |
42 |
<pointer type="Marker" value="145.78" color="Gold" axis="logAxis"> |
43 |
<tooltip enabled="true"> |
44 |
<format><![CDATA[Logarithmic Scale: {%Value}{numDecimals:1}]]></format> |
45 |
</tooltip> |
46 |
<marker_pointer_style shape="Circle" width="8" height="8" rotation="-16" align="Center" padding="0" /> |
47 |
<animation enabled="true" start_time="0.2" duration="0.3" interpolation_type="Cubic" /> |
48 |
</pointer> |
49 |
</pointers> |
50 |
<labels> |
51 |
<label rotation="0"> |
52 |
<position placement_mode="ByPoint" y="20" x="50" valign="Center" halign="Center" /> |
53 |
<format><![CDATA[Linear Scale]]></format> |
54 |
<background> |
55 |
<effects enabled="false" /> |
56 |
</background> |
57 |
</label> |
58 |
<label rotation="0"> |
59 |
<position placement_mode="ByPoint" y="80" x="50" valign="Center" halign="Center" /> |
60 |
<format><![CDATA[Logarithmic]]></format> |
61 |
<background> |
62 |
<effects enabled="false" /> |
63 |
</background> |
64 |
</label> |
65 |
</labels> |
66 |
</linear> |
67 |
</gauge> |
68 |
</gauges> |
69 |
</anychart> |