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="Vertical"> |
14 |
<axis size="3"> |
15 |
<scale_bar enabled="true"> |
16 |
<border color="#494949" opacity="0.8" /> |
17 |
<effects enabled="false" /> |
18 |
<fill type="Solid" color="White" /> |
19 |
</scale_bar> |
20 |
<labels padding="6"> |
21 |
<font family="Arial" size="14" bold="True" color="Rgb(20,20,99)" /> |
22 |
</labels> |
23 |
<color_ranges> |
24 |
<color_range start="75" end="100" start_size="0" end_size="7" color="Red" align="Outside" padding="3"> |
25 |
<fill opacity="0.8" /> |
26 |
<border enabled="false" color="DarkColor(%Color)" opacity="0.4" /> |
27 |
</color_range> |
28 |
<color_range start="0" end="25" start_size="7" end_size="0" color="Green" align="Outside" padding="3"> |
29 |
<fill opacity="0.8" /> |
30 |
<border enabled="false" color="DarkColor(%Color)" opacity="0.4" /> |
31 |
</color_range> |
32 |
</color_ranges> |
33 |
</axis> |
34 |
<pointers> |
35 |
<pointer type="Marker" value="45.5" color="#1D8BD1"> |
36 |
<marker_pointer_style align="Outside" width="10" height="10" /> |
37 |
<animation enabled="true" start_time="0" duration="0.7" interpolation_type="Back" /> |
38 |
</pointer> |
39 |
</pointers> |
40 |
</linear> |
41 |
</gauge> |
42 |
</gauges> |
43 |
</anychart> |