01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<settings> |
04 |
<animation enabled="True" /> |
05 |
</settings> |
06 |
<charts> |
07 |
<chart plot_type="CategorizedHorizontal"> |
08 |
<chart_settings> |
09 |
<title> |
10 |
<text><![CDATA[Single-Series: Range-Bar Chart]]></text> |
11 |
<background enabled="false" /> |
12 |
</title> |
13 |
<axes> |
14 |
<y_axis position="Right" /> |
15 |
</axes> |
16 |
</chart_settings> |
17 |
<data_plot_settings default_series_type="RangeBar"> |
18 |
<range_bar_series style="AquaLight"> |
19 |
<bar_style> |
20 |
<fill opacity="1" /> |
21 |
<states> |
22 |
<hover color="White" /> |
23 |
<pushed color="Rgb(200,200,200)" /> |
24 |
<selected_normal> |
25 |
<fill color="Blend(%Color,Black,0.1)" /> |
26 |
</selected_normal> |
27 |
<selected_hover> |
28 |
<fill color="Blend(DarkColor(%Color),White,0.2)" /> |
29 |
</selected_hover> |
30 |
</states> |
31 |
</bar_style> |
32 |
<start_point> |
33 |
<tooltip_settings enabled="True" /> |
34 |
</start_point> |
35 |
<end_point> |
36 |
<tooltip_settings enabled="True" /> |
37 |
</end_point> |
38 |
</range_bar_series> |
39 |
</data_plot_settings> |
40 |
<data> |
41 |
<series name="Series 1"> |
42 |
<point start="12" end="122" /> |
43 |
<point start="24" end="152" /> |
44 |
<point start="36" end="139" /> |
45 |
<point start="42" end="142" /> |
46 |
<point start="58" end="112" /> |
47 |
<point start="42" end="122" /> |
48 |
<point start="34" end="152" /> |
49 |
<point start="56" end="139" /> |
50 |
<point start="22" end="142" /> |
51 |
<point start="48" end="112" /> |
52 |
<point start="42" end="122" /> |
53 |
<point start="34" end="152" /> |
54 |
<point start="56" end="139" /> |
55 |
<point start="22" end="142" /> |
56 |
<point start="48" end="112" /> |
57 |
</series> |
58 |
</data> |
59 |
</chart> |
60 |
</charts> |
61 |
</anychart> |