01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<settings> |
04 |
<animation enabled="True" /> |
05 |
</settings> |
06 |
<charts> |
07 |
<chart plot_type="Scatter"> |
08 |
<chart_settings> |
09 |
<title enabled="true"> |
10 |
<text><![CDATA[Scatter: Line Chart with Logarithmic Y-Axis and X-Axis]]></text> |
11 |
</title> |
12 |
<axes> |
13 |
<x_axis tickmarks_placement="Center"> |
14 |
<scale minimum_offset="0.05" maximum_offset="0.05" type="Logarithmic" log_base="10" /> |
15 |
<title enabled="true"> |
16 |
<text><![CDATA[Arguments Range: {%AxisMin} - {%AxisMax}]]></text> |
17 |
</title> |
18 |
</x_axis> |
19 |
<y_axis> |
20 |
<scale minimum="1" type="Logarithmic" log_base="10" /> |
21 |
<title enabled="true"> |
22 |
<text><![CDATA[Values Range: {%AxisMin} - {%AxisMax}]]></text> |
23 |
</title> |
24 |
</y_axis> |
25 |
</axes> |
26 |
</chart_settings> |
27 |
<data_plot_settings default_series_type="Line"> |
28 |
<line_series> |
29 |
<label_settings enabled="true"> |
30 |
<background enabled="false" /> |
31 |
<font color="Rgb(45,45,45)" bold="true" size="9"> |
32 |
<effects enabled="true"> |
33 |
<glow enabled="true" color="White" opacity="1" blur_x="1.5" blur_y="1.5" strength="3" /> |
34 |
</effects> |
35 |
</font> |
36 |
<format><![CDATA[{%YValue}{numDecimals:0}]]></format> |
37 |
</label_settings> |
38 |
<tooltip_settings enabled="true"> |
39 |
<format><![CDATA[ |
40 |
X: {%YValue}{numDecimals:2} |
41 |
Y: {%XValue} |
42 |
]]></format> |
43 |
<background> |
44 |
<border type="Solid" color="DarkColor(%Color)" /> |
45 |
</background> |
46 |
<font color="DarkColor(%Color)" /> |
47 |
</tooltip_settings> |
48 |
<marker_settings enabled="true" /> |
49 |
<line_style> |
50 |
<line thickness="2" /> |
51 |
</line_style> |
52 |
</line_series> |
53 |
</data_plot_settings> |
54 |
<data> |
55 |
<series name="Series 1" color="Rgb(240,20,20)"> |
56 |
<point x="5" y="128.14" /> |
57 |
<point x="20" y="40.61" /> |
58 |
<point x="30" y="163.21" /> |
59 |
<point x="400" y="229.98" /> |
60 |
<point x="5000" y="2790.54" /> |
61 |
<point x="60000" y="4104.19" /> |
62 |
<point x="700000" y="3250.67" /> |
63 |
<point x="8000000" y="5720.43" /> |
64 |
<point x="90000000" y="43.76" /> |
65 |
<point x="300000000" y="1161.34" /> |
66 |
<point x="1100000000" y="34.17" /> |
67 |
<point x="12000000000" y="45.72" /> |
68 |
<point x="130000000000" y="122.56" /> |
69 |
</series> |
70 |
</data> |
71 |
</chart> |
72 |
</charts> |
73 |
</anychart> |